![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFFile Class |
The following tables list the members exposed by PDFFile.
Name | Description | |
---|---|---|
![]() | PDFFile Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CompatibilityLevel | PDF compatibility level (version) to use when updating or creating a PDF file. ![]() |
![]() | DocumentProperties | PDF document properties or metadata used with this PDFFile object. ![]() |
![]() | FileName | Gets or sets the name of the file associated with this PDFFile. ![]() |
![]() | InitialViewOptions | Sets the PDFInitialViewOptions that this PDFFile object uses when creating new PDF files. ![]() |
![]() | OptimizerOptions | Sets the PDFOptimizerOptions that this PDFFile object uses when Optimize is called to create a new, optimized PDF file. ![]() |
![]() | Pages | Gets the collection of pages in this PDF file. ![]() |
![]() | Password | Gets or sets the password associated with this PDFFile. ![]() |
![]() | SecurityOptions | PDF security and encryption options to use when updating or creating a PDF file. ![]() |
Name | Description | |
---|---|---|
![]() | ClearAnnotations | Clears the annotations from an existing PDF file. ![]() |
![]() | ClearBookmarks | Clears the bookmarks and internal links (TOC) from an existing PDF file. ![]() |
![]() | Clone | Creates an exact copy of this PDFFile object. ![]() |
![]() | Convert | Converts the file associated with the PDFFile object to a different version using optional document properties and security options. ![]() |
![]() | ConvertToPDFA | Converts the file associated with this PDFFile object to PDF/A. ![]() |
![]() | ConvertToSvg | Converts the specified page of this PDFFile to SVG. ![]() |
![]() | DeletePages | Delete one or more pages from the file associated with this PDFFile object. ![]() |
![]() | Distill | Converts (distills) the Postscript file associated with this PDFFile object to PDF. ![]() |
![]() | DrawDocument | Renders the specified page of the PDF file. ![]() |
![]() | 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 | Gets 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 | Converts 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. ![]() |
![]() | Optimize | Optimizes this PDFFile object and writes the PDF data into the specified file. ![]() |
![]() | 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. ![]() |
![]() | SetInitialView | Updates the initial view options of the specified PDF file. ![]() |
![]() | SignDocument | Adds a digital signature to a PDF document from a PFX file. ![]() |
![]() | WriteAnnotations | Writes annotations to an existing PDF file. ![]() |
![]() | WriteBookmarks | Writes bookmarks (TOC) to an existing PDF file. ![]() |