PdfViewerExtensions Members
Defines extension methods that are used to extend the functionality of the WinForms PDF Viewer and WPF PDF Viewer.Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Export(IPdfViewer, Stream, PdfFormDataFormat) static | Exports interactive form data to a specified stream using form data format. This is an extension method. |
| Export(IPdfViewer, String, PdfFormDataFormat) static | Exports interactive form data to the file using the specified form data format. This is an extension method. |
| GetDocumentFacade(IPdfViewer) static | Retrieves a document facade—a set of members used to perform various operations on a PDF document without access to its inner structure. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Import(IPdfViewer, Stream, PdfFormDataFormat) static | Imports interactive form data from a specified stream using form data format. This is an extension method. |
| Import(IPdfViewer, Stream) static | Imports interactive form data from a stream. This is an extension method. |
| Import(IPdfViewer, String, PdfFormDataFormat) static | Imports interactive form data from the specified file with the specified form data format. This is an extension method. |
| Import(IPdfViewer, String) static | Imports interactive form data from the file. This is an extension method. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SaveDocument(IPdfViewer, Stream, PdfSaveOptions) static | Saves the document to the specified stream with encryption settings and document signature. This is an extension method. |
| SaveDocument(IPdfViewer, String, PdfSaveOptions) static | Saves the document to the specified file path with encryption settings and document signature. This is an extension method. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also