Show / Hide Table of Contents

Interface ToolManager.IAdvancedAnnotationListener

Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IAdvancedAnnotationListener

Methods

AttachFileSelected(PointF)

Declaration
void AttachFileSelected(PointF targetPoint)
Parameters
Type Name Description
Android.Graphics.PointF targetPoint

FileAttachmentSelected(FileAttachment)

Declaration
void FileAttachmentSelected(FileAttachment attachment)
Parameters
Type Name Description
pdftronprivate.PDF.Annots.FileAttachment attachment

FileCreated(String, ToolManager.IAdvancedAnnotationListener.AnnotAction)

Declaration
void FileCreated(string fileLocation, ToolManager.IAdvancedAnnotationListener.AnnotAction action)
Parameters
Type Name Description
System.String fileLocation
ToolManager.IAdvancedAnnotationListener.AnnotAction action

FreehandStylusUsedFirstTime()

Declaration
void FreehandStylusUsedFirstTime()

FreeTextInlineEditingStarted()

Declaration
void FreeTextInlineEditingStarted()

ImageSignatureSelected(PointF, Int32, Long)

Declaration
void ImageSignatureSelected(PointF targetPoint, int targetPage, Long widget)
Parameters
Type Name Description
Android.Graphics.PointF targetPoint
System.Int32 targetPage
Java.Lang.Long widget

ImageStamperSelected(PointF)

Declaration
void ImageStamperSelected(PointF targetPoint)
Parameters
Type Name Description
Android.Graphics.PointF targetPoint

NewFileSelectedFromTool(String, Int32)

Declaration
bool NewFileSelectedFromTool(string filePath, int pageNumber)
Parameters
Type Name Description
System.String filePath
System.Int32 pageNumber
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX