DocumentDisplayingEventArgs
Provides data for the DocumentDisplaying event.
public class DocumentDisplayingEventArgs : EventArgs
Public Class DocumentDisplayingEventArgs
Inherits EventArgs
Inheritance: ObjectEventArgsDocumentDisplayingEventArgs
Licensing Info
This class is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Viewer selected.
- A DynamicPDF Viewer for .NET v3.X Developer license.
Examples
For example refer to DocumentDisplaying event.Properties
| Cancel | Gets or sets a value for cancelling the Pdf Document while displaying. |
| Document | Gets the PdfDocument. |
| FocusDocument | Gets or sets the value of FocusDocument property which decides focus should be given to this control or not after loading the document. |
| InitialOrientation | Gets or sets the value of page orientation when displaying a document. |
| InitialPage | Gets or sets the value of initial page when displaying a document. |
| InitialPageMode | Gets or sets the value of page mode when displaying a document. |
| InitialVisibleNavigationPane | Gets or sets the value of navigation pane to be visible when displaying a document. |
| InitialZoomMode | Gets or sets the value of page zoom mode when displaying a document. |
| InitialZoomPercent | Gets or sets the value of page zoom percent when displaying a document. |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |