TiffOptionsIsValid Property |
Gets a value indicating whether the
TiffOptions have been properly configured. Use Validate method as to find the failure reason.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
public:
property bool IsValid {
bool get ();
}
member IsValid : bool with get
Property Value
Type:
Booleantrue if TiffOptions are properly configured; otherwise,
false.
See Also