public final class RenderingOptions extends Object
Represents rendering options
Constructor and Description |
---|
RenderingOptions()
Initializes new instance of the
RenderingOptions object. |
Modifier and Type | Method and Description |
---|---|
boolean |
getBarcodeOptimization()
Gets barcode optimization mode.
|
boolean |
getSystemFontsNativeRendering()
Gets a mode where system fonts are rendered natively
|
boolean |
getUseNewImagingEngine()
Gets a flag determines whether new imaging engine is used or not.
|
float |
getWidthExtraUnits()
Gets or sets a value used to increase or decrease the width of rectangle for AppendRectangle
operator.
|
void |
setBarcodeOptimization(boolean value)
Sets barcode optimization mode.
|
void |
setSystemFontsNativeRendering(boolean value)
Sets a mode where system fonts are rendered natively
|
void |
setUseNewImagingEngine(boolean value)
Sets a flag determines whether new imaging engine is used or not.
|
void |
setWidthExtraUnits(float value)
Gets or sets a value used to increase or decrease the width of rectangle for AppendRectangle
operator.
|
public RenderingOptions()
Initializes new instance of the RenderingOptions
object.
public boolean getBarcodeOptimization()
Gets barcode optimization mode.
public void setBarcodeOptimization(boolean value)
Sets barcode optimization mode.
value
- boolean valuepublic boolean getSystemFontsNativeRendering()
Gets a mode where system fonts are rendered natively
public void setSystemFontsNativeRendering(boolean value)
Sets a mode where system fonts are rendered natively
value
- boolean valuepublic boolean getUseNewImagingEngine()
Gets a flag determines whether new imaging engine is used or not.
public void setUseNewImagingEngine(boolean value)
Sets a flag determines whether new imaging engine is used or not.
value
- boolean valuepublic float getWidthExtraUnits()
Gets or sets a value used to increase or decrease the width of rectangle for AppendRectangle operator.
public void setWidthExtraUnits(float value)
Gets or sets a value used to increase or decrease the width of rectangle for AppendRectangle operator.
value
- float valueCopyright © 2017 Aspose. All Rights Reserved.