Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.
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