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