Object
ExportForScreensOptionsJPEG
Options which may be provided when exporting a document as a JPEG100 file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | AntiAliasingMethod = AntiAliasingMethod.ARTOPTIMIZED | read/write | Should the resulting image be antialiased. |
| static | JPEGCompressionMethodType = JPEGCompressionMethodType.BASELINESTANDARD | read/write | Should the image be compressed. |
| static | Boolean = false | read/write | Embed an ICC profile when exporting. |
| static | Int32 = 3 3–5 | read/write | Specify the number of detailed scans when downloading a JPEG file using the Progressive option as the CompressionMethod. |
| static | ExportForScreensScaleType = ExportForScreensScaleType.SCALEBYFACTOR | read/write | How should the resulting image be scaled. |
| static | Number = 1 | read/write | The value by which the resulting image should be scaled. |