Table of Contents

Class Html5CanvasOptions

Namespace
Aspose.Imaging.ImageOptions
Assembly
Aspose.Imaging.dll

Create HTML5 Canvas files effortlessly with our API, allowing you to seamlessly combine elements like forms, text, images, animations, and links. Benefit from robust features including tag identifier and encoding settings support, ensuring optimal performance and customization for your web projects.

public class Html5CanvasOptions : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata
Inheritance
Html5CanvasOptions
Implements
Inherited Members

Constructors

Html5CanvasOptions()

public Html5CanvasOptions()

Properties

CanvasTagId

Gets or sets the canvas tag identifier.

public string CanvasTagId { get; set; }

Property Value

string

The canvas tag identifier.

Encoding

Gets or sets the encoding.

public Encoding Encoding { get; set; }

Property Value

Encoding

The encoding.

FullHtmlPage

Gets or sets a value indicating whether the full HTML page should be generated.

public bool FullHtmlPage { get; set; }

Property Value

bool

true if full HTML page required; otherwise, false.