Class PdfImageFrames
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for collection of image frames and their options. The options specify how frames should be processed before adding them to PdfDocument.
public class PdfImageFrames : PdfCollection<PdfImageFrame>, ICollection<PdfImageFrame>, IEnumerable<PdfImageFrame>, ICollection, IEnumerable
- Inheritance
-
PdfImageFrames
- Implements
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Methods
- SetDeflateQuality(int)
Sets the Deflate quality for all frames.
- SetJpeg2000CompressionRatio(int)
Sets the JPEG 2000 compression ratio for all frames.
- SetJpegQuality(int)
Sets the JPEG quality for all frames.
- SetOutputCompression(PdfImageCompression)
Sets the OutputCompression option for all frames.
- SetRecompressAlways(bool)
Sets the RecompressAlways option for all frames.
- SetThresholdLevel(int)
Sets the threshold level for all frames.