Class Jpeg2000Options
Contents
[
Hide
]Jpeg2000Options class
The Jpeg2000 file format options.
public class Jpeg2000Options : ImageOptionsBase
Constructors
Name | Description |
---|---|
Jpeg2000Options() | Initializes a new instance of the Jpeg2000Options class. |
Jpeg2000Options(Jpeg2000Options) | Initializes a new instance of the Jpeg2000Options class. |
Properties
Name | Description |
---|---|
CancellationToken { get; set; } | Token that can be used to interrupt export operation |
Codec { get; set; } | Gets or sets the JPEG2000 codec |
Comments { get; set; } | Gets or sets the Jpeg comment markers. |
Layers { get; set; } | Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets. |
virtual Palette { get; set; } | Gets or sets the color palette. |
Pc3File { get; set; } | Gets or sets the PC3 file full name. |
virtual ResolutionSettings { get; set; } | Gets or sets the resolution settings. |
Rotation { get; set; } | Gets or sets the parameter for rotate, flip, or rotate and flip the image.. |
Source { get; set; } | Gets or sets the source to create image in. |
override TargetFormat { get; } | |
Timeout { get; set; } | Timeout value for export operation (in milliseconds) |
UserWatermarkColor { get; set; } | Color for user-generated watermark |
UserWatermarkText { get; set; } | Text for user-generated watermark |
VectorRasterizationOptions { get; set; } | Gets or sets the vector rasterization options. |
virtual XmpData { get; set; } | Gets or sets the XMP metadata container. |
See Also
- class ImageOptionsBase
- namespace Aspose.CAD.ImageOptions
- assembly Aspose.CAD