public class GraphicsOptions extends Object
Represents graphics options for embedded bitmap.
| Constructor and Description |
|---|
GraphicsOptions()
Initializes a new instance of the GraphicsOptions class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInterpolationMode()
Gets or sets interpolation mode.
|
int |
getSmoothingMode()
Gets or sets smoothing mode.
|
int |
getTextRenderingHint()
Gets or sets text rendering hint.
|
void |
setInterpolationMode(int value)
Gets or sets interpolation mode.
|
void |
setSmoothingMode(int value)
Gets or sets smoothing mode.
|
void |
setTextRenderingHint(int value)
Gets or sets text rendering hint.
|
public GraphicsOptions()
Initializes a new instance of the GraphicsOptions class.
public int getTextRenderingHint()
Gets or sets text rendering hint.
TextRenderingHintpublic void setTextRenderingHint(int value)
Gets or sets text rendering hint.
TextRenderingHintpublic int getSmoothingMode()
Gets or sets smoothing mode.
SmoothingModepublic void setSmoothingMode(int value)
Gets or sets smoothing mode.
SmoothingModepublic int getInterpolationMode()
Gets or sets interpolation mode.
InterpolationModepublic void setInterpolationMode(int value)
Gets or sets interpolation mode.
InterpolationModeCopyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.