The Document type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Document(BinaryReader) |
Opens an existing document.
| |
| Document(Stream) |
Opens an existing document.
| |
| Document(BinaryReader, String) |
Opens an existing password-protected document.
| |
| Document(Stream, String) |
Opens an existing password-protected document.
|
Methods
| Name | Description | |
|---|---|---|
| Calculate |
Trigger to execute the calculate actions in the value fields.
| |
| ConvertToTiff(Stream, ConvertToTiffOptions) |
Convert this document to a multi-page TIFF.
| |
| ConvertToTiff(Stream, ConvertToTiffOptions, RenderSettings) |
Convert this document to a multi-page TIFF.
| |
| ConvertToTiff(Stream, ConvertToTiffOptions, Summary) |
Convert this document to a multi-page TIFF.
| |
| ConvertToTiff(Stream, ConvertToTiffOptions, RenderSettings, Summary) |
Convert this document to a multi-page TIFF.
| |
| ConvertToWpf(RenderSettings, ConvertToWpfOptions) |
Creates a WPF FixedDocument instance for this PDF document.
| |
| ConvertToWpf(RenderSettings, ConvertToWpfOptions, Summary) |
Creates a WPF FixedDocument instance for this PDF document.
| |
| ConvertToWpf(RenderSettings, ConvertToWpfOptions, Int32, Int32) |
Creates a WPF FixedDocument instance for this PDF document.
| |
| ConvertToWpf(RenderSettings, ConvertToWpfOptions, Int32, Int32, Summary) |
Creates a WPF FixedDocument instance for this PDF document.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DocumentInfo |
Document Info for the document like Author, Title and Subject.
| |
| EmbeddedFiles |
The embedded files in this document.
| |
| Fonts |
All fonts used in this document.
| |
| IsSupported |
Returns true if the source document is supported.
| |
| Layers |
The layers in this document.
| |
| Pages |
Collection of pages in this document.
|