Html5CanvasOptions

Class Html5CanvasOptions

Namespace: Imagise.Converter.ImageOptions
Assembly: Imagise.Converter.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 : ImageOptions, IDisposable

Inheritance

object ← ImageOptions ← Html5CanvasOptions

Implements

IDisposable

Inherited Members

ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Html5CanvasOptions()

Initializes a new instance of the class.

public Html5CanvasOptions()

Properties

CanvasTagId

Gets or sets the canvas tag identifier.

public string CanvasTagId { get; set; }

Property Value

string

Encoding

Gets or sets the encoding.

public Encoding Encoding { get; set; }

Property Value

Encoding

FullHtmlPage

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

public bool FullHtmlPage { get; set; }

Property Value

bool