Back to Devexpress

PdfImageCompressionOptions Members

officefileapi-devexpress-dot-pdf-dot-pdfimagecompressionoptions-dot-underscore-members.md

latest4.0 KB
Original Source

PdfImageCompressionOptions Members

Specifies image compression options for a PDF document.

Constructors

NameDescription
PdfImageCompressionOptions()Initializes a new instance of the PdfImageCompressionOptions class.

Properties

NameDescription
BitonalCompressionTypeGets or sets the compression type for bitonal images.
CompressionTypeGets or sets the compression type for document images (lossy or lossless compression).
ConvertGrayscaleGets or sets whether to convert color images to grayscale.
DownsamplingResolutionGets or sets the compressed image resolution (in DPI).
GrayscaleCompressionTypeGets or sets the compression type for grayscale images.
IgnoreSizeReductionGets or sets whether to apply compression settings even if they increase image size.
InterpolationModeGets or sets the interpolation mode associated with the DXGraphics object.
JpegQualityGets or sets the quality of all JPEG images in the loaded document.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfImageCompressionOptions Class

DevExpress.Pdf Namespace