Show / Hide Table of Contents

Class PTLinkInfo

Inheritance
System.Object
PTLinkInfo
Namespace: pdftronprivate
Assembly: PDFNetiOS.dll
Syntax
public class PTLinkInfo : NSObject

Constructors

PTLinkInfo()

Declaration
public PTLinkInfo()

PTLinkInfo(NSObjectFlag)

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

PTLinkInfo(NativeHandle)

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

Properties

ClassHandle

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

Methods

Dealloc()

Declaration
public virtual void Dealloc()

GetRect()

Declaration
public virtual PTPDFRect GetRect()
Returns
Type Description
PTPDFRect

GetUrl()

Declaration
public virtual string GetUrl()
Returns
Type Description
System.String

SetRect(PTPDFRect)

Declaration
public virtual void SetRect(PTPDFRect value)
Parameters
Type Name Description
PTPDFRect value

SetUrl(String)

Declaration
public virtual void SetUrl(string value)
Parameters
Type Name Description
System.String value
In This Article
Back to top Generated by DocFX