VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentJS type / get_IsDisposed Property
Syntax BrowserCompatibility SeeAlso
get_IsDisposed Method
Gets a value indicating whether the PDF document has been disposed of.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl);

var value; // Type: boolean
value = instance.get_IsDisposed();

Return Value

A value indicating whether the PDF document has been disposed of.
Browser Compatibility
56+
45+
11
See Also