PdfConvertOptions class
Leave feedback
On this page
Options for conversion to Pdf file type.
public class PdfConvertOptions : CommonConvertOptions<PdfFileType>, IDpiConvertOptions,
IPageMarginConvertOptions, IPageOrientationConvertOptions, IPageSizeConvertOptions,
IPasswordConvertOptions
name | description |
---|---|
PdfConvertOptions() | Initializes new instance of PdfConvertOptions class. |
Dpi { get; set; } | Desired page DPI after conversion. The default resolution is: 96 dpi. |
FallbackPageSize { get; set; } | Fallback page size |
MarginBottom { get; set; } | Implements MarginBottom |
MarginLeft { get; set; } | Implements MarginLeft |
MarginRight { get; set; } | Implements MarginRight |
MarginTop { get; set; } | Implements MarginTop |
PageHeight { get; set; } | Implements PageHeight |
PageOrientation { get; set; } | Implements PageOrientation |
PageSize { get; set; } | Implements PageSize |
PageWidth { get; set; } | Implements PageWidth |
Password { get; set; } | Set this property if you want to protect the converted document with a password. |
PdfOptions { get; set; } | Pdf specific convert options |
Rotate { get; set; } | Page rotation |
- namespace GroupDocs.Conversion.Options.Convert
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.