Show / Hide Table of Contents

Class PTWidgetAnnotationOptions

Inheritance
System.Object
PTAnnotationOptions
PTWidgetAnnotationOptions
Implements
Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying
Inherited Members
PTAnnotationOptions.Copy(NSZone)
PTAnnotationOptions.EncodeTo(NSCoder)
PTAnnotationOptions.IsEqualToAnnotationOptions(PTAnnotationOptions)
PTAnnotationOptions.Options()
PTAnnotationOptions.CanCreate
PTAnnotationOptions.CanEdit
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTWidgetAnnotationOptions : PTAnnotationOptions

Constructors

PTWidgetAnnotationOptions()

Declaration
public PTWidgetAnnotationOptions()

PTWidgetAnnotationOptions(NSCoder)

Declaration
public PTWidgetAnnotationOptions(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTWidgetAnnotationOptions(NSObjectFlag)

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

PTWidgetAnnotationOptions(NativeHandle)

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

Properties

ClassHandle

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

PreferredDatePickerStyle

Declaration
public virtual UIDatePickerStyle PreferredDatePickerStyle { get; set; }
Property Value
Type Description
UIKit.UIDatePickerStyle

Implements

Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying
In This Article
Back to top Generated by DocFX