Name | Description | |
---|---|---|
PDFDocument Constructor | Overloaded. |
The following tables list the members exposed by PDFDocument.
Name | Description | |
---|---|---|
PDFDocument Constructor | Overloaded. |
Name | Description | |
---|---|---|
AnnotationViews | Gets the list of annotation views attached to the PDF document. | |
Bookmarks | Gets the list of bookmarks in the PDF document. | |
BookmarkViews | Gets the list of bookmark views attached to the PDF document. | |
Container | (Inherited from System.ComponentModel.Component) | |
DelayedLoadForFileAttachments | Gets or sets a value indicating whether delayed load should be used for file attachments. | |
DocumentInformation | Gets or sets the document information. | |
FileAttachments | Gets the list of file attachments in the PDF document. | |
FileAttachmentViews | Gets the list of file attachment views attached to the PDF document. | |
FilePath | Gets or sets the path to the PDF file. | |
Form | Gets the PDF form included in the document. | |
ID | Gets the document ID. | |
IncrementalLoad | Gets or sets a value indicating whether the document parts should be loaded as needed or the entire document should be loaded in memory. | |
Metadata | Gets the XMP metadata for this PDFDocument object. | |
PageCount | Gets the number of pages in the document. | |
PageLayout | Gets or sets the document's page layout specifying how the pages should be displayed when opened. | |
PageMode | Gets or sets the document's page mode specifying how the document should be displayed when opened. | |
Pages | Gets the list of pages in the document. | |
PDFPageThumbnailViews | Gets the list of page thumbnail views attached to the PDF document. | |
PDFPageViews | Gets the list of page views attached to the PDF document. | |
PrerenderDocumentPages | Gets or sets a value indicating whether the document pages should be prerendered or not. | |
SecurityManager | Gets o sets the document's security manager. | |
SerialNumber | Gets or sets the serial number used to unlock the component. | |
Site | (Inherited from System.ComponentModel.Component) | |
ViewerPreferences | Gets or sets the document's viewer preferences. |
Name | Description | |
---|---|---|
Close | Closes the PDF file and frees the resources. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose() | (Inherited from System.ComponentModel.Component) | |
GetDestinationNames | Gets the names of the destinations stored in the PDF file. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetNamedDestinations | Gets the named destinations stored in the PDF file. | |
GetRawValue | Gets the value of the specified key. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Load | Overloaded. Loads the PDF file from disk. | |
Overloaded. Prints the PDF document with the specified settings. | ||
Save | Overloaded. Saves the PDF document as a file. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
AfterPrintPage | Fired after a PDF page is printed. | |
BeforePrintPage | Fired before a PDF page is printed. | |
BookmarkAdded | Gets or sets the event being fired when a new bookmark has been added to the document. | |
BookmarkRemoved | Gets or sets the event being fired when an existing bookmark has been removed from the document. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
PasswordRequired | Gets or sets the event being fired when a password is required for opening the PDF file. | |
PrintProgress | Fired after a PDF page is printed, to notify about the progress of the print operation. |