Pdf |
The PdfSaveOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowFontSubsetting | Allow subsetting while embedding font into output PDF. Default value: true. | |
| ClipboardTextProtection | Gets and sets the protection on copying of all text from PDF document through clipboard. Default value: false. | |
| Compliance | Specifies the PDF standards compliance level for output documents. Default is PDF_15. | |
| Compression | Allows to set compression to change size of the PDF document. Default value: true. | |
| ContentType |
Gets the content-type for PDF file format: application/pdf.
(Overrides SaveOptionsContentType) | |
| DigitalSignature | Gets the digital signature options. | |
| EmbedAllFonts | Embed all used fonts inside the PDF document. Default value: true. | |
| EncryptionDetails | Gets the encryption options. | |
| FacturXXML | Gets and sets the stream of the XML file for Factur-x/Order-x. | |
| PageCount | Gets or sets the number of pages to save. | |
| PageIndex | Gets or sets the 0-based index of the first page to save. Default is 0. | |
| PaginatorOptions | Gets or sets paginator options. | |
| PreserveContentControls | Specifies whether to preserve Microsoft Word content controls as native PDF's form fields or convert them to text. Default is true. | |
| PreserveFormFields | Specifies whether to preserve Microsoft Word form fields as native PDF's form fields or convert them to text. Default is true. | |
| SelectedPages | Gets or sets a custom page 0-based index set for save. Setting PageIndex or PageCount properties are overrides SelectedPages. | |
| UseCoreFonts | 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. |