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.
public void setTextRenderingHint(int value)
Gets or sets text rendering hint.
public int getSmoothingMode()
Gets or sets smoothing mode.
public void setSmoothingMode(int value)
Gets or sets smoothing mode.
public int getInterpolationMode()
Gets or sets interpolation mode.
public void setInterpolationMode(int value)
Gets or sets interpolation mode.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.