Click or drag to resize

DocumentCancelEventArgs Properties

The DocumentCancelEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyDocumentID
Gets a value representing the DocumentID associated with this event as an Int32.
Public propertyDocumentKey
Gets a value representing the DocumentKey associated with this event as a String.
Public propertyIsLiteDocument
Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).
Public propertyLiteSession
Gets the PdfLiteSession associated with this Lite Document.
Top
See Also