Show / Hide Table of Contents

Class PTToolsUtil

Inheritance
System.Object
PTToolsUtil
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTToolsUtil : NSObject

Constructors

PTToolsUtil()

Declaration
public PTToolsUtil()

PTToolsUtil(NSObjectFlag)

Declaration
protected PTToolsUtil(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTToolsUtil(IntPtr)

Declaration
protected PTToolsUtil(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

ToolsBundle

Declaration
public static NSBundle ToolsBundle { get; }
Property Value
Type Description
Foundation.NSBundle

Methods

CreatePTPDFDocFromFromUIView(UIView)

Declaration
public static PTPDFDoc CreatePTPDFDocFromFromUIView(UIView aView)
Parameters
Type Name Description
UIKit.UIView aView
Returns
Type Description
PTPDFDoc

ImageForAnnotationType(PTExtendedAnnotType)

Declaration
public static UIImage ImageForAnnotationType(PTExtendedAnnotType annotationType)
Parameters
Type Name Description
PTExtendedAnnotType annotationType
Returns
Type Description
UIKit.UIImage

ResetSettings()

Declaration
public static void ResetSettings()

ToolImageNamed(String)

Declaration
public static UIImage ToolImageNamed(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
UIKit.UIImage
Back to top Generated by DocFX