Back to Devexpress

PdfViewerExtensions.GetDocumentFacade(IPdfViewer) Method

officefileapi-devexpress-dot-pdf-dot-pdfviewerextensions-dot-getdocumentfacade-x28-devexpress-dot-pdf-dot-ipdfviewer-x29.md

latest1.6 KB
Original Source

PdfViewerExtensions.GetDocumentFacade(IPdfViewer) Method

Retrieves a document facade—a set of members used to perform various operations on a PDF document without access to its inner structure.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public static PdfDocumentFacade GetDocumentFacade(
    this IPdfViewer viewer
)
vb
<ExtensionAttribute>
Public Shared Function GetDocumentFacade(
    viewer As IPdfViewer
) As PdfDocumentFacade

Parameters

NameTypeDescription
viewerIPdfViewer

An object that implements the IPdfViewer interface (PdfViewer or PdfViewerControl).

|

Returns

TypeDescription
PdfDocumentFacade

An object that exposes facade methods.

|

See Also

PdfViewerExtensions Class

PdfViewerExtensions Members

DevExpress.Pdf Namespace