Click or drag to resize

PdfCancelEventArgs Cancel Property

Gets or sets a value indicating whether thisis cancel.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Cancel { get; set; }

Property Value

Type: Boolean
true if cancel; otherwise, false .
See Also