Pdf |
The PdfFocus type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyrightText | Gets and sets the text which will be placed on the each page at the top-left corner of the resulting document. For example, "Created by ....". Default value: String.Empty. | |
| EmbeddedImagesFormat | Gets and sets the desired format to store images in the resulting document. Default value: eImageFormat.Auto. | |
| EmbeddedJpegQuality | Gets and sets the value indicating Jpeg quality level for the images embedded in the output documents. Affects only to the images which embedded in Jpeg format. Default value: 90. | |
| ExcelOptions | Set properties for the Excel document | |
| Exception | Get an exception details in case of conversion failed. | |
| HtmlOptions | Gets and sets various properties for HTML document: title, how to store images, inline CSS and so forth. | |
| ImageExtractionOptions | Allows to set properties to extract only specific images from PDF. | |
| ImageOptions | Set the options for the produced images. | |
| OCROptions | Set the properties to attach any OCR library. | |
| OptimizeImages | Gets or sets a value indicating whether to merge adjacent images into a one. Default value: false. | |
| PageCount | Get the number of pages in the PDF document. | |
| Password | Set a password for password-protected PDF documents. | |
| PreserveEmbeddedFonts | Gets or sets a mode indicating whether to load embedded fonts from PDF and store them in document or skip them and use similar. Default value: Auto. | |
| PreserveGraphics | Gets or sets a value indicating whether to load vector graphics from PDF or skip it. Default value: true. | |
| PreserveImages | Gets or sets a value indicating whether to load images from PDF or skip them. Default value: true. | |
| RenderPages | Allows to specify a set of page ranges for converting | |
| RenderPagesString | Sets a custom page range for converting: "1-3, 5, 8-13, 16". | |
| Serial | Obsolete. This property is obsolete, please use the method SetLicense(String). | |
| ShapeGrouping | Gets or sets a value indicating whether to group the shapes or not. | |
| Version | Get the current version of the component. | |
| WordOptions | Allows to specify various properties for Word document: format (Docx or Rtf), how to detect tables and so forth. | |
| XmlOptions | Set properties for the XML document |