CadRenderResultIsRenderComplete Property |
Gets a value indicating whether rendering is successful
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool IsRenderComplete { get; }
Public ReadOnly Property IsRenderComplete As Boolean
Get
public:
property bool IsRenderComplete {
bool get ();
}
member IsRenderComplete : bool with get
Property Value
Type:
Boolean
See Also