Leadtools.Pdf Namespace : PDFFile Class |
The following tables list the members exposed by PDFFile.
Name | Description | |
---|---|---|
PDFFile Constructor | Overloaded. |
Name | Description | |
---|---|---|
CompatibilityLevel | Gets or sets the PDF compatibility level (version) to use when updating or creating a PDF file. | |
DocumentProperties | Gets or sets the PDF document properties or metadata used with this PDFFile object. | |
FileName | Gets or sets the name of the file associated with this PDFFile. | |
Pages | Gets the collection of pages in this PDF file. | |
Password | Gets or sets the password associated with this PDFFile. | |
SecurityOptions | Gets or sets the PDF security and encryption options to use when updating or creating a PDF file. |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of this PDFFile object. | |
Convert | Converts the file associated with this PDFFile object to a different version using optional document properties and security options. | |
ConvertToPDFA | Convert the file associated with this PDFFile object to PDF/A. | |
DeletePages | Delete one or more pages from the file associated with this PDFFile object. | |
Distill | Converts (distill) the Postscript file associated with this PDFFile object to PDF. | |
ExtractPages | Extract one or more pages from the file associated with this PDFFile object. | |
GetPageCount | Gets the number of pages in this PDFFile object. | |
GetPDFFileType | Get the type of a PDF or Postscript file. | |
InsertPagesFrom | Inserts one or more pages from an existing PDF file into the file associated with this PDFFile object. | |
IsEncrypted | Gets a value that indicate whether a PDF file is encrypted. | |
Linearize | Convert the file associated with this PDFFile object to a linearized version (optimized for Web viewing) | |
Load | Loads this PDFFile object and populate its pages collection and document properties. | |
MergeWith | Overloaded. Merges this PDF file with one or more PDF existing files. | |
ReplacePagesFrom | Replaces one or more pages from an existing PDF file into the file associated with this PDFFile object. | |
SetDocumentProperties | Updates the properties of the file associated with this PDFFile object. | |
WriteAnnotations | Writes annotations to an existing PDF file. | |
WriteBookmarks | Writes bookmarks to an existing PDF file. |