alpha_storage property
alpha_storage property
Gets or sets the alpha storage option. Options other than TiffAlphaStorage.UNSPECIFIED
are used when there are more than 3 TiffOptions.samples_per_pixel
defined.
Definition:
@property
def alpha_storage(self):
...
@alpha_storage.setter
def alpha_storage(self, value):
...
See Also
- module
aspose.cad.imageoptions
- class
TiffAlphaStorage
- class
TiffOptions