Show / Hide Table of Contents

Class PTAnnotationRefreshAppearanceHandler

Inheritance
System.Object
PTAnnotationRefreshAppearanceHandler
Implements
IPTAnnotationRefreshAppearanceHandler
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTAnnotationRefreshAppearanceHandler : NSObject, IPTAnnotationRefreshAppearanceHandler

Constructors

PTAnnotationRefreshAppearanceHandler()

Declaration
public PTAnnotationRefreshAppearanceHandler()

PTAnnotationRefreshAppearanceHandler(NSObjectFlag)

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

PTAnnotationRefreshAppearanceHandler(NativeHandle)

Declaration
protected PTAnnotationRefreshAppearanceHandler(NativeHandle handle)
Parameters
Type Name Description
ObjCRuntime.NativeHandle handle

Properties

ClassHandle

Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type Description
ObjCRuntime.NativeHandle

Methods

RefreshAppearanceForAnnotation(PTAnnot, NSObject, NSDictionary<NSString, NSObject>)

Declaration
public virtual void RefreshAppearanceForAnnotation(PTAnnot annotation, NSObject refreshOptions, NSDictionary<NSString, NSObject> userInfo)
Parameters
Type Name Description
PTAnnot annotation
Foundation.NSObject refreshOptions
Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> userInfo

Implements

IPTAnnotationRefreshAppearanceHandler
ObjCRuntime.INativeObject
System.IDisposable
In This Article
Back to top Generated by DocFX