Class PdfImageFrame
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for one frame (page) of an image file, containing properties that define how the frame should be processed before creating a PdfImage from it.
public class PdfImageFrame
- Inheritance
-
PdfImageFrame
- Inherited Members
Remarks
See how to change the compression scheme of an image data before creating an PdfImage from it. There is another example for using selected pages (frames) from a multi-page image.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- DeflateQuality
Gets or sets the Deflate quality.
- Jpeg2000CompressionRatio
Gets or sets the JPEG 2000 compression ratio.
- JpegQuality
Gets or sets the JPEG quality.
- OutputCompression
Gets or sets the compression to use for this frame's image data during recompression.
- RecompressAlways
Gets or sets a value indicating whether this frame MUST be recompressed before adding to document.
- ThresholdLevel
Gets or sets the threshold level.