TiffOptionsIsExtraSamplesPresent Property |
Gets a value indicating whether the extra samples is present.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool IsExtraSamplesPresent { get; }
Public ReadOnly Property IsExtraSamplesPresent As Boolean
Get
public:
property bool IsExtraSamplesPresent {
bool get ();
}
member IsExtraSamplesPresent : bool with get
Property Value
Type:
Booleantrue if the extra samples is present; otherwise,
false.
See Also