GraphicsOptions Class
Represents graphics options for embedded bitmap.
Inheritance Hierarchy
SystemObject
  Aspose.PSD.ImageOptionsGraphicsOptions

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

The GraphicsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGraphicsOptions
Initializes a new instance of the GraphicsOptions class
Properties
  NameDescription
Public propertyInterpolationMode
Gets or sets interpolation mode.
Public propertySmoothingMode
Gets or sets smoothing mode.
Public propertyTextRenderingHint
Gets or sets text rendering hint.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also