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