Show / Hide Table of Contents

Class ToolManager.InterceptAnnotationHandlingEventArgs

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

Constructors

InterceptAnnotationHandlingEventArgs(Boolean, Annot, Bundle, ToolManager.ToolMode)

Declaration
public InterceptAnnotationHandlingEventArgs(bool handled, Annot annot, Bundle extra, ToolManager.ToolMode toolMode)
Parameters
Type Name Description
System.Boolean handled
pdftronprivate.PDF.Annot annot
Android.OS.Bundle extra
ToolManager.ToolMode toolMode

Properties

Annot

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

Extra

Declaration
public Bundle Extra { get; }
Property Value
Type Description
Android.OS.Bundle

Handled

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean

ToolMode

Declaration
public ToolManager.ToolMode ToolMode { get; }
Property Value
Type Description
ToolManager.ToolMode
In This Article
Back to top Generated by DocFX