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:

Examples

For example refer to DocumentDisplaying event.

Properties

CancelGets or sets a value for cancelling the Pdf Document while displaying.
DocumentGets the PdfDocument.
FocusDocumentGets or sets the value of FocusDocument property which decides focus should be given to this control or not after loading the document.
InitialOrientationGets or sets the value of page orientation when displaying a document.
InitialPageGets or sets the value of initial page when displaying a document.
InitialPageModeGets or sets the value of page mode when displaying a document.
InitialVisibleNavigationPaneGets or sets the value of navigation pane to be visible when displaying a document.
InitialZoomModeGets or sets the value of page zoom mode when displaying a document.
InitialZoomPercentGets 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)

See Also

ceTe.DynamicPDF.Viewer

In this topic