TiffOptionsSubFileType Property |
Gets or sets a general indication of the kind of data contained in this subfile.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public TiffNewSubFileTypes SubFileType { get; set; }
Public Property SubFileType As TiffNewSubFileTypes
Get
Set
public:
property TiffNewSubFileTypes SubFileType {
TiffNewSubFileTypes get ();
void set (TiffNewSubFileTypes value);
}
member SubFileType : TiffNewSubFileTypes with get, set
Property Value
Type:
TiffNewSubFileTypes
The general indication of the kind of data contained in this subfile.
See Also