Click or drag to resize

PdfSaveOptions Properties

The PdfSaveOptions type exposes the following members.

Properties
 NameDescription
Public propertyAllowFontSubsetting Allow subsetting while embedding font into output PDF. Default value: true.
Public propertyClipboardTextProtection Gets and sets the protection on copying of all text from PDF document through clipboard.
Public propertyCode exampleCompliance Specifies the PDF standards compliance level for output documents. Default is PDF_15.
Public propertyCompression Allows to set compression to change size of the PDF document.
Public propertyContentType Gets the content-type for PDF file format: application/pdf.
(Overrides SaveOptionsContentType)
Public propertyCode exampleDigitalSignature Gets the digital signature options.
Public propertyEmbedAllFonts Embed all used fonts inside the PDF document. Default value: false.
Public propertyEmbeddedImageFormat Gets and sets the format to embed images in the saving document. Default value: Auto.
Public propertyEmbeddedJpegQuality Gets and sets the value value indicating Jpeg quality level. Affects only to the images which embedded in Jpeg format. Default value: 90.
Public propertyCode exampleEncryptionDetails Gets the encryption options.
Public propertyFacturXXML Gets and sets the stream of the XML file for Factur-x/Order-x.
Public propertyCode examplePageCount Gets or sets the number of pages to save.
Public propertyPageIndex Gets or sets the 0-based index of the first page to save. Default is 0.
Public propertyPaginatorOptions Gets or sets paginator options.
Public propertyPreserveContentControls Specifies whether to preserve Microsoft Word content controls as native PDF's form fields or convert them to text. Default is true.
Public propertyCode examplePreserveFormFields Specifies whether to preserve Microsoft Word form fields as native PDF's form fields or convert them to text. Default is true.
Public propertySelectedPages Gets or sets a custom page 0-based index set for save. Setting PageIndex or PageCount properties are overrides SelectedPages.
Public propertyUseCoreFonts Gets or sets a value determining whether or not to substitute TrueType fonts Arial, Times New Roman, Courier New and Symbol with core PDF Type 1 fonts. Default value: false.
Top
See Also