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 or sets barcode optimization mode.
|
boolean |
getSystemFontsNativeRendering()
Gets or sets a mode where system fonts are rendered natively
|
void |
setBarcodeOptimization(boolean value) |
void |
setSystemFontsNativeRendering(boolean value) |
public RenderingOptions()
Initializes new instance of the RenderingOptions
object.
public boolean getBarcodeOptimization()
Gets or sets barcode optimization mode.
public void setBarcodeOptimization(boolean value)
public boolean getSystemFontsNativeRendering()
Gets or sets a mode where system fonts are rendered natively
public void setSystemFontsNativeRendering(boolean value)
Copyright © 2014 Aspose. All Rights Reserved.