Cancelled Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates if the request was cancelled.

Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public bool Cancelled { get; set; }
Visual Basic
Public Property Cancelled As Boolean
	Get
	Set
Visual C++
public:
property bool Cancelled {
	bool get ();
	void set (bool value);
}

See Also