DXImageFormat.Tiff Property
In This Article
Gets the Tagged Image File Format (TIFF) image format.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public static DXImageFormat Tiff { get; }
#Property Value
Type | Description |
---|---|
DXImage |
An object that indicates the TIFF image format. |
See Also