Class ImageFormat
Specifies the image format options for the SaveImageSettings used for saving RadSignaturePad to image stream.
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
ImageFormat
|
Png
The image will be saved as Png. Supports transparency.
Declaration
public const ImageFormat Png
Field Value
ImageFormat
|
value__
Declaration
public int value__
Field Value
System.Int32
|