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