aspose.diagram
Class SmoothingMode

Utility class containing constants. Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.

Field Summary
const  NumberINVALID
           Specifies an invalid mode.
const  NumberDEFAULT
           Specifies no antialiasing.
const  NumberHIGH_SPEED
           Specifies no antialiasing.
const  NumberHIGH_QUALITY
           Specifies antialiased rendering.
const  NumberNONE
           Specifies no antialiasing.
const  NumberANTI_ALIAS
           Specifies antialiased rendering.
 

Field Detail

INVALID

const Number INVALID
Specifies an invalid mode.

DEFAULT

const Number DEFAULT
Specifies no antialiasing.

HIGH_SPEED

const Number HIGH_SPEED
Specifies no antialiasing.

HIGH_QUALITY

const Number HIGH_QUALITY
Specifies antialiased rendering.

NONE

const Number NONE
Specifies no antialiasing.

ANTI_ALIAS

const Number ANTI_ALIAS
Specifies antialiased rendering.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.