T_PDFiumSharp_PdfDocument - ArgusMagnus/PDFiumSharp GitHub Wiki
System.Object
PDFiumSharp.Types.NativeWrapper(FPDF_DOCUMENT)
PDFiumSharp.PdfDocument
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public sealed class PdfDocument : NativeWrapper<FPDF_DOCUMENT>
The PdfDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfDocument() | Creates a new PdfDocument. Close() must be called in order to free unmanaged resources. |
![]() |
PdfDocument(String, String) | Loads a PdfDocument from the file system. Close() must be called in order to free unmanaged resources. |
![]() |
PdfDocument(Stream, Int32, String) | Loads a PdfDocument from 'count' bytes read from a stream. Close() must be called in order to free unmanaged resources. |
![]() |
PdfDocument(Byte[], Int32, Int32, String) | Loads a PdfDocument from memory. Close() must be called in order to free unmanaged resources. |
Name | Description | |
---|---|---|
![]() |
Bookmarks | |
![]() |
Destinations | |
![]() |
DuplexType | |
![]() |
FileVersion | Gets the PDF file version. File version: 14 for 1.4, 15 for 1.5, ... |
![]() |
Handle | Handle which can be used with the native PDFium functions. (Inherited from NativeWrapper(T).) |
![]() |
IsDisposed | Gets a value indicating whether Dispose() was already called on this instance. (Inherited from NativeWrapper(T).) |
![]() |
PageMode | |
![]() |
Pages | Gets the pages in the current PdfDocument. |
![]() |
Permissions | |
![]() |
PrintCopyCount | |
![]() |
PrintPrefersScaling | |
![]() |
SecurityHandlerRevision | Gets the revision of the security handler. |
Name | Description | |
---|---|---|
![]() |
Close | Closes the PdfDocument and frees unmanaged resources. |
![]() |
CopyViewerPreferencesFrom | |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
FindBookmark | |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetMetaText | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Save(Stream, SaveFlags, Int32) | Saves the PdfDocument to a stream. |
![]() |
Save(String, SaveFlags, Int32) | Saves the PdfDocument to the file system. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |