Show / Hide Table of Contents

Class SumatraPDFControl.PageChangedEventArgs

Argument class received by PageChanged event

Inheritance
System.Object
System.EventArgs
SumatraPDFControl.PageChangedEventArgs
Namespace: SumatraPDF
Assembly: SumatraPDFControl.dll
Syntax
public class PageChangedEventArgs : EventArgs

Constructors

| Improve this Doc View Source

PageChangedEventArgs(Int32, String)

PageChangedEventArgs constructor

Declaration
public PageChangedEventArgs(int Page, string NamedDest)
Parameters
Type Name Description
System.Int32 Page
System.String NamedDest

Properties

| Improve this Doc View Source

NamedDest

Document NamedDest

Declaration
public string NamedDest { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Page

Document page

Declaration
public int Page { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PageChangedEventArgs(Int32, String)
  • Properties
    • NamedDest
    • Page
Back to top Generated by DocFX