RasterizationQuality
RasterizationQuality class
Constructors
| Constructor | Description |
|---|---|
| RasterizationQuality() |
Methods
| Method | Description |
|---|---|
| getText() | Gets or sets the text quality. |
| setText(int value) | Gets or sets the text quality. |
| getHatch() | Gets or sets the hatch quality. |
| setHatch(int value) | Gets or sets the hatch quality. |
| getArc() | Gets or sets the arc and spline quality. |
| setArc(int value) | Gets or sets the arc and spline quality. |
| getOle() | Gets or sets the OLE. Value: The OLE. |
| setOle(int value) | Gets or sets the OLE. Value: The OLE. |
| getTextThicknessNormalization() | Gets or sets a value indicating whether [text thickness normalization]. |
| setTextThicknessNormalization(boolean value) | Gets or sets a value indicating whether [text thickness normalization]. |
| getObjectsPrecision() | Gets or sets the objects precision. |
| setObjectsPrecision(int value) | Gets or sets the objects precision. |
RasterizationQuality()
public RasterizationQuality()
getText()
public final int getText()
Gets or sets the text quality.
Returns: int - The text quality.
setText(int value)
public final void setText(int value)
Gets or sets the text quality.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The text quality. |
getHatch()
public final int getHatch()
Gets or sets the hatch quality.
Returns: int - The hatch quality.
setHatch(int value)
public final void setHatch(int value)
Gets or sets the hatch quality.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The hatch quality. |
getArc()
public final int getArc()
Gets or sets the arc and spline quality.
Returns: int - The arc and spline quality.
setArc(int value)
public final void setArc(int value)
Gets or sets the arc and spline quality.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The arc and spline quality. |
getOle()
public final int getOle()
Gets or sets the OLE. Value: The OLE.
Returns: int
setOle(int value)
public final void setOle(int value)
Gets or sets the OLE. Value: The OLE.
getTextThicknessNormalization()
public final boolean getTextThicknessNormalization()
Gets or sets a value indicating whether [text thickness normalization].
Returns: boolean - true if [text thickness normalization]; otherwise, false .
setTextThicknessNormalization(boolean value)
public final void setTextThicknessNormalization(boolean value)
Gets or sets a value indicating whether [text thickness normalization].
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if [text thickness normalization]; otherwise, false . |
getObjectsPrecision()
public final int getObjectsPrecision()
Gets or sets the objects precision.
Returns: int - The objects precision.
setObjectsPrecision(int value)
public final void setObjectsPrecision(int value)
Gets or sets the objects precision.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The objects precision. |