PdfLoadOptions class
Leave feedback
On this page
Options for loading Pdf documents.
public sealed class PdfLoadOptions : LoadOptions, IFontSubstituteLoadOptions, IMetadataLoadOptions,
IPageNumberingLoadOptions
name | description |
---|---|
PdfLoadOptions() | Initializes new instance of PdfLoadOptions class. |
ClearBuiltInDocumentProperties { get; set; } | |
ClearCustomDocumentProperties { get; set; } | |
ConvertOwned { get; set; } | Implements ConvertOwned Default is false |
ConvertOwner { get; set; } | Implements ConvertOwner Default is true |
DefaultFont { get; set; } | Default font for Pdf document. The following font will be used if a font is missing. |
Depth { get; set; } | Implements Depth Default: 1 |
FlattenAllFields { get; set; } | Flatten all the fields of the PDF form. |
FontSubstitutes { get; set; } | Substitute specific fonts when converting Pdf document. |
Format { get; } | Input document file type. |
HidePdfAnnotations { get; set; } | Hide annotations in Pdf documents. |
PageNumbering { get; set; } | Enable or disable generation of page numbering in converted document. Default: false |
Password { get; set; } | Set password to unprotect protected document. |
RemoveEmbeddedFiles { get; set; } | Remove embedded files. |
RemoveJavascript { get; set; } | Remove javascript. |
ResetFontFolders { get; set; } | Reset font folders before loading document |
- namespace GroupDocs.Conversion.Options.Load
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.