Gets or sets a value indicating whether this is cancel.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public bool Cancel { get; set; }
Public Property Cancel As Boolean Get Set
public: property bool Cancel { bool get (); void set (bool value); }
member Cancel : bool with get, set
Property Value
Booleantrue if cancel; otherwise, false.