Show / Hide Table of Contents

Class PTCanvasView

Inheritance
System.Object
PTCanvasView
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTCanvasView : PKCanvasView

Constructors

PTCanvasView()

Declaration
public PTCanvasView()

PTCanvasView(NSCoder)

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

PTCanvasView(NSObjectFlag)

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

PTCanvasView(IntPtr)

Declaration
protected PTCanvasView(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

Appearance

Declaration
public static PTCanvasView.PTCanvasViewAppearance Appearance { get; }
Property Value
Type Description
PTCanvasView.PTCanvasViewAppearance

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

Methods

AppearanceWhenContainedIn(Type[])

Declaration
public static PTCanvasView.PTCanvasViewAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type Name Description
System.Type[] containers
Returns
Type Description
PTCanvasView.PTCanvasViewAppearance

GetAppearance(UITraitCollection)

Declaration
public static PTCanvasView.PTCanvasViewAppearance GetAppearance(UITraitCollection traits)
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTCanvasView.PTCanvasViewAppearance

GetAppearance(UITraitCollection, Type[])

Declaration
public static PTCanvasView.PTCanvasViewAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTCanvasView.PTCanvasViewAppearance

GetAppearance<T>()

Declaration
public static PTCanvasView.PTCanvasViewAppearance GetAppearance<T>()
    where T : PTCanvasView
Returns
Type Description
PTCanvasView.PTCanvasViewAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection)

Declaration
public static PTCanvasView.PTCanvasViewAppearance GetAppearance<T>(UITraitCollection traits)
    where T : PTCanvasView
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTCanvasView.PTCanvasViewAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection, Type[])

Declaration
public static PTCanvasView.PTCanvasViewAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
    where T : PTCanvasView
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTCanvasView.PTCanvasViewAppearance
Type Parameters
Name Description
T
Back to top Generated by DocFX