PdfImageFrame Class

Class for one frame of an image and its options. The options specify how the frame should be processed before adding it to PdfDocument.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfImageFrame

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfImageFrame
VB
Public Class PdfImageFrame

The PdfImageFrame type exposes the following members.

Properties

  NameDescription
Public propertyDeflateQuality
Gets or sets the Deflate quality.
Public propertyJpeg2000CompressionRatio
Gets or sets the JPEG 2000 compression ratio.
Public propertyJpegQuality
Gets or sets the JPEG quality.
Public propertyOutputCompression
Gets or sets the compression to use for this frame's image data during recompression.
Public propertyRecompressAlways
Gets or sets a value indicating whether this frame MUST be recompressed before adding to document.
Public propertyThresholdLevel
Gets or sets the threshold level.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also