 | PdfFileIsDisposed Property |
Gets a value indicating whether the object has been disposed of.
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic override bool IsDisposed { get; }
Public Overrides ReadOnly Property IsDisposed As Boolean
Get
public:
virtual property bool IsDisposed {
bool get () override;
}
abstract IsDisposed : bool with get
override IsDisposed : bool with get
/** @property */
public boolean get_IsDisposed()
function get_IsDisposed();
Property Value
Booleantrue if the object has been disposed of; otherwise, false.
See Also