Class PTLinkInfo
Inheritance
System.Object
PTLinkInfo
Assembly: PDFNetiOS.dll
Syntax
public class PTLinkInfo : NSObject
Constructors
PTLinkInfo()
Declaration
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
GetUrl()
Declaration
public virtual string GetUrl()
Returns
Type |
Description |
System.String |
|
SetRect(PTPDFRect)
Declaration
public virtual void SetRect(PTPDFRect value)
Parameters
SetUrl(String)
Declaration
public virtual void SetUrl(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|