JpegExifDataCompression Property |
Gets or sets the compression.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public ushort Compression { get; set; }
Public Property Compression As UShort
Get
Set
public:
property unsigned short Compression {
unsigned short get ();
void set (unsigned short value);
}
member Compression : uint16 with get, set
Property Value
Type:
UInt16
The compression.
See Also