PsdOptionsVersion Property |
Gets or sets the psd file version.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public int Version { get; set; }
Public Property Version As Integer
Get
Set
public:
property int Version {
int get ();
void set (int value);
}
member Version : int with get, set
Property Value
Type:
Int32The psd file version.
See Also