Show / Hide Table of Contents

Class PTAnnotationAuthorModel

Inheritance
System.Object
PTAnnotationAuthorModel
Implements
IPTAnnotationAuthorModel
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Utils
Assembly: Tools.dll
Syntax
public class PTAnnotationAuthorModel : NSObject, IPTAnnotationAuthorModel

Constructors

PTAnnotationAuthorModel()

Declaration
public PTAnnotationAuthorModel()

PTAnnotationAuthorModel(NSObjectFlag)

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

PTAnnotationAuthorModel(NativeHandle)

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

Properties

Annotations

Declaration
public virtual NSSet Annotations { get; }
Property Value
Type Description
Foundation.NSSet

ClassHandle

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

Documents

Declaration
public virtual NSSet Documents { get; }
Property Value
Type Description
Foundation.NSSet

Identifier

Declaration
public virtual string Identifier { get; }
Property Value
Type Description
System.String

Name

Declaration
public virtual string Name { get; }
Property Value
Type Description
System.String

Implements

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