public class Html5Options extends ImageOptionsBase
HTML5 Canvas image format creation options
| Constructor and Description |
|---|
Html5Options()
Initializes a new instance of the
Html5CanvasOptions class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanvasTagId()
Gets or sets the canvas tag identifier.
|
Charset |
getEncoding()
Gets or sets the encoding.
|
boolean |
getFullHtmlPage()
Gets or sets a value indicating whether the full HTML page should be generated.
|
FileFormat |
getTargetFormat() |
void |
setCanvasTagId(String value)
Gets or sets the canvas tag identifier.
|
void |
setEncoding(Charset value)
Gets or sets the encoding.
|
void |
setFullHtmlPage(boolean value)
Gets or sets a value indicating whether the full HTML page should be generated.
|
getInterruptionToken, getLayers, getOutputMode, getPalette, getPc3File, getRenderToGraphicsBound, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setOutputMode, setPalette, setPc3File, setRenderToGraphicsBound, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpDatapublic Html5Options()
Initializes a new instance of the Html5CanvasOptions class.
public final String getCanvasTagId()
Gets or sets the canvas tag identifier.
Value: The canvas tag identifier.public final void setCanvasTagId(String value)
Gets or sets the canvas tag identifier.
Value: The canvas tag identifier.public final boolean getFullHtmlPage()
Gets or sets a value indicating whether the full HTML page should be generated.
Value:true if full HTML page required; otherwise, false.public final void setFullHtmlPage(boolean value)
Gets or sets a value indicating whether the full HTML page should be generated.
Value:true if full HTML page required; otherwise, false.public final Charset getEncoding()
Gets or sets the encoding.
Value: The encoding.public final void setEncoding(Charset value)
Gets or sets the encoding.
Value: The encoding.public FileFormat getTargetFormat()
getTargetFormat in class ImageOptionsBaseCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.