Show / Hide Table of Contents

Class PTAnnot_RefreshAppearanceHandler

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

Properties

RefreshAppearanceHandler

Declaration
public static PTAnnotationRefreshAppearanceHandler RefreshAppearanceHandler { get; set; }
Property Value
Type Description
PTAnnotationRefreshAppearanceHandler

Methods

RequestRefreshAppearance(PTAnnot)

Declaration
public static void RequestRefreshAppearance(this PTAnnot This)
Parameters
Type Name Description
PTAnnot This

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

Declaration
public static void RequestRefreshAppearanceWithOptions(this PTAnnot This, NSObject refreshOptions, NSDictionary<NSString, NSObject> userInfo)
Parameters
Type Name Description
PTAnnot This
Foundation.NSObject refreshOptions
Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> userInfo

SetRefreshAppearanceHandler(PTAnnot, PTAnnotationRefreshAppearanceHandler)

Declaration
public static void SetRefreshAppearanceHandler(this PTAnnot This, PTAnnotationRefreshAppearanceHandler refreshAppearanceHandler)
Parameters
Type Name Description
PTAnnot This
PTAnnotationRefreshAppearanceHandler refreshAppearanceHandler
In This Article
Back to top Generated by DocFX