1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. PdfConvertOptions

PdfConvertOptions class

Options for conversion to Pdf file type.

public class PdfConvertOptions : CommonConvertOptions<PdfFileType>, IDpiConvertOptions, 
    IPageMarginConvertOptions, IPageOrientationConvertOptions, IPageSizeConvertOptions, 
    IPasswordConvertOptions

Public Members

namedescription
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

See Also