CmxRasterizationOptions Class
the CMX exporter options.
Inheritance Hierarchy
SystemObject
  Aspose.PSDDisposableObject
    Aspose.PSDImageOptionsBase
      Aspose.PSD.ImageOptionsVectorRasterizationOptions
        Aspose.PSD.ImageOptionsCmxRasterizationOptions

Namespace: Aspose.PSD.ImageOptions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public class CmxRasterizationOptions : VectorRasterizationOptions

The CmxRasterizationOptions type exposes the following members.

Constructors
  NameDescription
Public methodCmxRasterizationOptions
Initializes a new instance of the CmxRasterizationOptions class
Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets a background color.
(Inherited from VectorRasterizationOptions.)
Public propertyBorderX
Gets or sets the border X.
(Inherited from VectorRasterizationOptions.)
Public propertyBorderY
Gets or sets the border Y.
(Inherited from VectorRasterizationOptions.)
Public propertyBufferSizeHint
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
(Inherited from ImageOptionsBase.)
Public propertyCenterDrawing
Gets or sets a value indicating whether center drawing.
(Inherited from VectorRasterizationOptions.)
Public propertyCode exampleDefaultReplacementFont
Gets or sets the default replacement font (font that will be used to draw text when exporting to raster, if existing layer font in PSD file is not presented in system). To take proper name of default font can be used next code snippet: System.Drawing.Text.InstalledFontCollection col = new System.Drawing.Text.InstalledFontCollection(); System.Drawing.FontFamily[] families = col.Families; string defaultFontName = families[0].Name; PsdLoadOptions psdLoadOptions = new PsdLoadOptions() { DefaultReplacementFont = defaultFontName });
(Inherited from ImageOptionsBase.)
Public propertyDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from DisposableObject.)
Public propertyDrawColor
Gets or sets a foreground color.
(Inherited from VectorRasterizationOptions.)
Public propertyFullFrame
Gets or sets a value indicating whether [full frame].
(Inherited from ImageOptionsBase.)
Public propertyMultiPageOptions
The multipage options
(Inherited from ImageOptionsBase.)
Public propertyPageHeight
Gets or sets the page height.
(Inherited from VectorRasterizationOptions.)
Public propertyPageSize
Gets or sets the page size.
(Inherited from VectorRasterizationOptions.)
Public propertyPageWidth
Gets or sets the page width.
(Inherited from VectorRasterizationOptions.)
Public propertyPalette
Gets or sets the color palette.
(Inherited from ImageOptionsBase.)
Public propertyPositioning
Gets or sets the positioning.
Public propertyProgressEventHandler
Gets or sets the progress event handler.
(Inherited from ImageOptionsBase.)
Public propertyResolutionSettings
Gets or sets the resolution settings.
(Inherited from ImageOptionsBase.)
Public propertySmoothingMode
Gets or sets the smoothing mode.
(Inherited from VectorRasterizationOptions.)
Public propertySource
Gets or sets the source to create image in.
(Inherited from ImageOptionsBase.)
Public propertyTextRenderingHint
Gets or sets the text rendering hint.
(Inherited from VectorRasterizationOptions.)
Public propertyVectorRasterizationOptions
Gets or sets the vector rasterization options.
(Inherited from ImageOptionsBase.)
Public propertyXmpData
Gets or sets the XMP metadata container.
(Inherited from ImageOptionsBase.)
Methods
  NameDescription
Public methodClone
Clones this instance.
(Inherited from ImageOptionsBase.)
Public methodCopyTo
Copies to.
(Inherited from VectorRasterizationOptions.)
Public methodDispose
Disposes the current instance.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from DisposableObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReleaseManagedResources
Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.
(Inherited from ImageOptionsBase.)
Protected methodReleaseUnmanagedResources
Releases the unmanaged resources. Make sure no managed resources are released here, since they may have been already released.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Protected methodVerifyNotDisposed
Verifies that the current instance is not disposed.
(Inherited from DisposableObject.)
Fields
  NameDescription
Protected fieldxmpData
XMP metadata of image.
(Inherited from ImageOptionsBase.)
See Also