PdfOptions class

Options for conversion to Pdf file type.

public sealed class PdfOptions : ValueObject, IZoomConvertOptions

Public Members

namedescription
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.

See Also