Show / Hide Table of Contents

Class PTAnnotEditToolDelegate_Extensions

Inheritance
System.Object
PTAnnotEditToolDelegate_Extensions
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public static class PTAnnotEditToolDelegate_Extensions : Object

Methods

DidBeginEditingFreeText(IPTAnnotEditToolDelegate, PTAnnotEditTool, PTFreeText, UITextView)

Declaration
public static void DidBeginEditingFreeText(this IPTAnnotEditToolDelegate This, PTAnnotEditTool annotEditTool, PTFreeText annot, UITextView textView)
Parameters
Type Name Description
IPTAnnotEditToolDelegate This
PTAnnotEditTool annotEditTool
PTFreeText annot
UIKit.UITextView textView

ShouldRenderAnnotationAsVector(IPTAnnotEditToolDelegate, PTAnnotEditTool, PTAnnot, nuint)

Declaration
public static bool ShouldRenderAnnotationAsVector(this IPTAnnotEditToolDelegate This, PTAnnotEditTool annotEditTool, PTAnnot annot, nuint pageNumber)
Parameters
Type Name Description
IPTAnnotEditToolDelegate This
PTAnnotEditTool annotEditTool
PTAnnot annot
System.nuint pageNumber
Returns
Type Description
System.Boolean
Back to top Generated by DocFX