DocumentDisplayingEventArgs.Cancel Property

Gets or sets a value for cancelling the Pdf Document while displaying.

public bool Cancel { get; set; }
Public Property Cancel As Boolean

Property Value

Boolean

Licensing Info

This property is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

Remarks

True will cancel the PDF document displaying and FileOpenFailed event will be raised.

See Also

DocumentDisplayingEventArgs
ceTe.DynamicPDF.Viewer

In this topic