ImageOptionsBase Class

The image base options.
Inheritance Hierarchy
SystemObject
  Aspose.CADImageOptionsBase
    More...

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public abstract class ImageOptionsBase

The ImageOptionsBase type exposes the following members.

Constructors
  NameDescription
Protected methodImageOptionsBase
Initializes a new instance of the ImageOptionsBase class.
Protected methodImageOptionsBase(Image)
Initializes a new instance of the ImageOptionsBase class.
Protected methodImageOptionsBase(ImageOptionsBase)
Initializes a new instance of the ImageOptionsBase class.
Properties
  NameDescription
Public propertyInterruptionToken
Token that can be used to interrupt export operation
Public propertyLayers
Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.
Public propertyPalette
Gets or sets the color palette.
Public propertyResolutionSettings
Gets or sets the resolution settings.
Public propertyRotation
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
Public propertySource
Gets or sets the source to create image in.
Public propertyTimeout
Timeout value for export operation
Public propertyVectorRasterizationOptions
Gets or sets the vector rasterization options.
Public propertyXmpData
Gets or sets the XMP metadata container.
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Fields
  NameDescription
Protected fieldxmpData
XMP metadata of image.
See Also
Inheritance Hierarchy
SystemObject
  Aspose.CADImageOptionsBase
    Aspose.CAD.ImageOptionsBmpOptions
    Aspose.CAD.ImageOptionsDwfOptions
    Aspose.CAD.ImageOptionsDxfOptions
    Aspose.CAD.ImageOptionsGifOptions
    Aspose.CAD.ImageOptionsJpeg2000Options
    Aspose.CAD.ImageOptionsJpegOptions
    Aspose.CAD.ImageOptionsPdfOptions
    Aspose.CAD.ImageOptionsPngOptions
    Aspose.CAD.ImageOptionsPsdOptions
    Aspose.CAD.ImageOptionsSvgOptions
    Aspose.CAD.ImageOptionsTiffOptions
    Aspose.CAD.ImageOptionsWmfOptions