PdfTranslator Properties |
The PdfTranslator type exposes the following members.
Name | Description | |
---|---|---|
AdjustPdfVersionAsNeeded |
Gets or sets a value indicating whether to adjust PDF version as needed. If the document is saved using features
that surpass the version of the PDF spec to adhere to specified in PdfVersion, this will automatically
adjust the version to match.
| |
Author | Gets or sets the Author metadata to write in the resulting PDF. | |
AutoPageRotation | Determines if the PDFTranslator will correct page rotation | |
BookmarkTree | Gets or sets the PDF bookmark tree that will be used with this document. Default value is null (no tree).
| |
ClearOcrPageContents | Controls the behavior of the translator with respect to keeping OcrPages in memory. | |
CompressionSelector | This delegate can be used to select a compression type for images in an output PDF file. | |
Creator | Gets or sets the Creator metadata to write in the resulting PDF. | |
DocumentType | Specifies the type of PDF document that will be produced, including PDF-A. | |
EncryptMetadata | Sets or gets a boolean indicating that metadata should be encrypted. Default is true. | |
EnforceWordWidths | Indicates that the PdfTranslator should apply a horizontal scale to the text in a word to
match the word bounding box as accurately as possible using the font size reported by the OCR engine. | |
GenerateDefaultColorProfile | Specifies if the PdfTranslator should try to generate it's default ColorProfiles for images added.
| |
GenerateThumbnails | Indicates whether or not the translator will generate thumnail images. | |
Jpeg2000CompressionFactor | Sets or gets the compression factor for Jpeg2000 images | |
JpegQuality | Sets or gets the JpegQuality that will be used for images compressed with Jpeg. | |
Keywords | Gets or sets the Keywords metadata to write in the resulting PDF. | |
Metadata | Document metadata for the output file | |
OutputType | The output style for pages. | |
OwnerPassword | Obsolete. Sets or gets an owner password to use for the document. Default value is null (no password). | |
PdfVersion |
Gets or sets the desired PDF version for the output document. Currently, this will accept 2.0 value and values
from 1.0 to 1.7 in increments of 0.1. Other values will be rejected. Defaults to 1.4.
| |
Permissions | Sets or gets the set of allowable actions for this PDF. | |
Producer | Gets or sets the Producer metadata to write in the resulting PDF. | |
SetDocumentMetadata | Gets or sets a value indicating if metadata should be included in the document. | |
Subject | Gets or sets the Subject metadata to write in the resulting PDF. | |
TempPath | Sets or gets a path to use for temporary files. | |
TextColor | Sets or gets a Color that can be used to override the recognized text color. | |
Title | Gets or sets the Title metadata to write in the resulting PDF. | |
UseCompressedObjectStreams | Gets or sets a value indicating whether the PDF document contains compressed object streams. | |
UseDocumentTextColor | Indicates whether or not the document's text color will be used. | |
UseIForeignTranslatorInterface | Indicates whether or not the PdfTranslator should use the older IForeignTranslator interface or the newer
IPerPageTranslator interface | |
UseNormalizedBaseline | Indicates whether or not the translator will attempt to normalize the baseline for a line of text.
| |
UserPassword | Obsolete. Sets or gets a user password to use for the document. Default value is null (no password). | |
UseTempFiles | Indicates whether or not temporary files will be used for page images in translation. |