WebPdfEncoderSettings Class Members
In This Topic
The following tables list the members exposed by
WebPdfEncoderSettings.
Public Constructors
Public Properties
| Name | Description |
 | binarizarionCommand | Gets or sets the binarization command, which must be used if color image must be converted to a black-white image before saving to a TIFF file. |
 | compression | Gets or sets compression algorithm which will be used at saving image to the PDF document. |
 | conformance | Gets or sets the PDF document conformance to a PDF standard. |
 | generateAnnotationAppearance | Gets or sets a value indicating whether annotations appearance must be saved in PDF document. |
 | jbig2Settings | Gets or sets the JBIG2 encoder settings. |
 | jbig2UseGlobals | Gets or sets a value indicating whether the Jbig2Globals must be used for encoding JBIG2 images. |
 | jpeg2000Settings | Gets or sets the settings for JPEG 2000 encoder. |
 | jpegSettings | Gets or sets the JPEG encoder settings. |
 | zipLevel | Gets or sets the ZIP compression level. |
See Also