Click or drag to resize

PdfFocus Properties

The PdfFocus type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleCopyrightText 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.
Public propertyCode exampleEmbeddedImagesFormat Gets and sets the desired format to store images in the resulting document. Default value: eImageFormat.Auto.
Public propertyEmbeddedJpegQuality 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.
Public propertyExcelOptions Set properties for the Excel document
Public propertyException Get an exception details in case of conversion failed.
Public propertyCode exampleHtmlOptions Gets and sets various properties for HTML document: title, how to store images, inline CSS and so forth.
Public propertyCode exampleImageExtractionOptions Allows to set properties to extract only specific images from PDF.
Public propertyImageOptions Set the options for the produced images.
Public propertyCode exampleOCROptions Set the properties to attach any OCR library.
Public propertyOptimizeImages Gets or sets a value indicating whether to merge adjacent images into a one. Default value: false.
Public propertyCode examplePageCount Get the number of pages in the PDF document.
Public propertyCode examplePassword Set a password for password-protected PDF documents.
Public propertyCode examplePreserveEmbeddedFonts 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.
Public propertyCode examplePreserveGraphics Gets or sets a value indicating whether to load vector graphics from PDF or skip it. Default value: true.
Public propertyPreserveImages Gets or sets a value indicating whether to load images from PDF or skip them. Default value: true.
Public propertyCode exampleRenderPages Allows to specify a set of page ranges for converting
Public propertyCode exampleRenderPagesString Sets a custom page range for converting: "1-3, 5, 8-13, 16".
Public propertyStatic memberCode exampleSerialObsolete.
This property is obsolete, please use the method SetLicense(String).
Public propertyCode exampleVersion Get the current version of the component.
Public propertyCode exampleWordOptions Allows to specify various properties for Word document: format (Docx or Rtf), how to detect tables and so forth.
Public propertyXmlOptions Set properties for the XML document
Top
See Also