DocumentLoadingEventArgs Class
Represents the arguments associated with a DocumentLoading
event.
Inheritance
System.Object
DocumentLoadingEventArgs
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class DocumentLoadingEventArgs : EventArgs
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
PageCount
Gets the page count.
Declaration
public int PageCount { get; }
Property Value
Type |
---|
System.Int32 |
PageNumber
Gets the value of currently loading page.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |