TiffOptionsCompression Property |
Gets or sets the compression.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public TiffCompressions Compression { get; set; }
Public Property Compression As TiffCompressions
Get
Set
public:
property TiffCompressions Compression {
TiffCompressions get ();
void set (TiffCompressions value);
}
member Compression : TiffCompressions with get, set
Property Value
Type:
TiffCompressions
The compression.
See Also