ImageCompressionOptions Class
Class contains set options for image compression.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.OptimizationImageCompressionOptions

Namespace: Aspose.Pdf.Optimization
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class ImageCompressionOptions

The ImageCompressionOptions type exposes the following members.

Constructors
  NameDescription
Public methodImageCompressionOptions
Initializes a new instance of the ImageCompressionOptions class
Properties
  NameDescription
Public propertyCompressImages
If this flag is set to true images will be compressed in the document. compression level is specfied with ImageQuality property.
Public propertyEncoding
Gets or sets encoding used to store images.
Public propertyImageQuality
Specifies level of image compression when CompressIamges flag is used.
Public propertyMaxResolution
Specifies maximum resolution of images. If image has higher resolition it will be scaled
Public propertyResizeImages
If this flag set to true and CompressImages is true images will be resized if image resoultion is greater then specified MaxResolution parameter.
Public propertyVersion
Version of compression algorithm. Possible values are: 1. standard compression, 2. fast (improved compression which is faster then standard but may be applicable not for all images), 3. mixed (standard compression is applied to images which can not be compressed by faster algorithm, this may give best compression but more slow then "fast" algorithm. Version "Fast" is not applicable for resizing images (standard method will be used). Default is "Standard".
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