Table of Contents

Class ImageOptionsBase

Namespace
Aspose.CAD.ImageOptions
Assembly
Aspose.CAD.dll

The image base options.

[ComVisible(false)]
public abstract class ImageOptionsBase
Inheritance
ImageOptionsBase
Derived
Inherited Members

Constructors

ImageOptionsBase()

Initializes a new instance of the ImageOptionsBase class.

ImageOptionsBase(Image)

Initializes a new instance of the ImageOptionsBase class.

ImageOptionsBase(ImageOptionsBase)

Initializes a new instance of the ImageOptionsBase class.

Fields

xmpData

XMP metadata of image.

Properties

CancellationToken

Token that can be used to interrupt export operation

Layers

Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.

Palette

Gets or sets the color palette.

Pc3File

Gets or sets the PC3 file full name.

RenderToGraphicsBound

Gets or sets a value indicating which image sizes to use when rendering: graphic sizes (true, default) or set in metadata (false).

ResolutionSettings

Gets or sets the resolution settings.

Rotation

Gets or sets the parameter for rotate, flip, or rotate and flip the image..

Source

Gets or sets the source to create image in.

TargetFormat
Timeout

Timeout value for export operation (in milliseconds)

UserWatermarkColor

Color for user-generated watermark

UserWatermarkText

Text for user-generated watermark

VectorRasterizationOptions

Gets or sets the vector rasterization options.

WatermarkGuardOptions

Gets or sets the blind watermark options.

XmpData

Gets or sets the XMP metadata container.