Show / Hide Table of Contents

Class PrecisionValuesForStyle

Inheritance
System.Object
PrecisionValuesForStyle
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public sealed class PrecisionValuesForStyle : MulticastDelegate

Constructors

PrecisionValuesForStyle(Object, IntPtr)

Declaration
public PrecisionValuesForStyle(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(PTAnnotStyleViewController, PTAnnotStyle, String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PTAnnotStyleViewController annotStyleViewController, PTAnnotStyle annotStyle, string styleKey, AsyncCallback callback, object object)
Parameters
Type Name Description
PTAnnotStyleViewController annotStyleViewController
PTAnnotStyle annotStyle
System.String styleKey
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual NSNumber[] EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
Foundation.NSNumber[]

Invoke(PTAnnotStyleViewController, PTAnnotStyle, String)

Declaration
public virtual NSNumber[] Invoke(PTAnnotStyleViewController annotStyleViewController, PTAnnotStyle annotStyle, string styleKey)
Parameters
Type Name Description
PTAnnotStyleViewController annotStyleViewController
PTAnnotStyle annotStyle
System.String styleKey
Returns
Type Description
Foundation.NSNumber[]
In This Article
Back to top Generated by DocFX