Show / Hide Table of Contents

Class ToolManager.InkEditSelectedEventArgs

Inheritance
System.Object
ToolManager.InkEditSelectedEventArgs
Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public class InkEditSelectedEventArgs : EventArgs

Constructors

InkEditSelectedEventArgs(Annot, Int32)

Declaration
public InkEditSelectedEventArgs(Annot annot, int pageNum)
Parameters
Type Name Description
pdftronprivate.PDF.Annot annot
System.Int32 pageNum

Properties

Annot

Declaration
public Annot Annot { get; }
Property Value
Type Description
pdftronprivate.PDF.Annot

PageNum

Declaration
public int PageNum { get; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX