TiffOptionsAlphaStorage Property |
Gets or sets the alpha storage option. Options other than
Unspecified
are used when there are more than 3
SamplesPerPixel defined.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffAlphaStorage AlphaStorage { get; set; }
Public Property AlphaStorage As TiffAlphaStorage
Get
Set
public:
property TiffAlphaStorage AlphaStorage {
TiffAlphaStorage get ();
void set (TiffAlphaStorage value);
}
member AlphaStorage : TiffAlphaStorage with get, set
Property Value
Type:
TiffAlphaStorage
The alpha storage option.
See Also