'Declaration Public Enum ImageOptions.ImageFormat Inherits System.Enum
public enum ImageOptions.ImageFormat : System.Enum
'Declaration Public Enum ImageOptions.ImageFormat Inherits System.Enum
public enum ImageOptions.ImageFormat : System.Enum
Member | Description |
---|---|
Auto | Select the optimal format automatically based on the particular image and document options (recommended).
The following rules are used:
|
Jpeg | Use JPEG to encode images.
Note that when using this format, any transparency that may be present in an original image will be lost, as JPEG does not support transparency. |
Raw | Do not encode image data.
When using this format, the GcPdfDocument.CompressionLevel affects the final PDF size, and in combination with System.IO.Compression.CompressionLevel.Optimal it may produce better compression than JPEG for certain types of images (e.g. screenshots of mostly text screens). |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.ImageOptions.ImageFormat