Class PTAnnotationRefreshAppearanceHandler
Inheritance
System.Object
PTAnnotationRefreshAppearanceHandler
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
ObjCRuntime.INativeObject
System.IDisposable