Class ImageFormat
Specifies the image format options for the Save
Inheritance
System.Object
ImageFormat
Namespace: Telerik.Maui.Controls.SignaturePad
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ImageFormat : Enum
Fields
Jpeg
The image will be saved as Jpeg. There is no transparency with this format, but is optimized for size.
Declaration
public const ImageFormat Jpeg
Field Value
Png
The image will be saved as Png. Supports transparency.
Declaration
public const ImageFormat Png
Field Value
value__
Declaration
public int value__
Field Value
System.
|