PdfOptions class
Leave feedback
On this page
Options for conversion to Pdf file type.
public sealed class PdfOptions : ValueObject, IZoomConvertOptions
name | description |
---|---|
PdfOptions() | ctor |
DocumentInfo { get; set; } | Meta information of PDF document. |
FormattingOptions { get; set; } | Pdf formatting options |
Grayscale { get; set; } | Convert a PDF from RGB colorspace to grayscale |
Linearize { get; set; } | Linearizes PDF Document for the Web |
OptimizationOptions { get; set; } | Pdf optimization options |
PdfFormat { get; set; } | Sets the pdf format of the converted document. |
RemovePdfACompliance { get; set; } | Removes Pdf-A Compliance |
Zoom { get; set; } | Specifies the zoom level in percentage. Default is 100. |
- 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.