Show / Hide Table of Contents

Class PTSelectionRectContainerView

Inheritance
System.Object
PTSelectionRectContainerView
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTSelectionRectContainerView : UIView

Constructors

PTSelectionRectContainerView(NSCoder)

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

PTSelectionRectContainerView(NSObjectFlag)

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

PTSelectionRectContainerView(PTPDFViewCtrl, PTAnnot, PTAnnotEditTool)

Declaration
public PTSelectionRectContainerView(PTPDFViewCtrl pdfViewCtrl, PTAnnot annot, PTAnnotEditTool tool)
Parameters
Type Name Description
PTPDFViewCtrl pdfViewCtrl
PTAnnot annot
PTAnnotEditTool tool

PTSelectionRectContainerView(IntPtr)

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

Properties

Appearance

Declaration
public static PTSelectionRectContainerView.PTSelectionRectContainerViewAppearance Appearance { get; }
Property Value
Type Description
PTSelectionRectContainerView.PTSelectionRectContainerViewAppearance

BorderView

Declaration
public virtual UIView BorderView { get; }
Property Value
Type Description
UIKit.UIView

ClassHandle

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

DisplaysOnlyCornerResizeHandles

Declaration
public virtual bool DisplaysOnlyCornerResizeHandles { get; set; }
Property Value
Type Description
System.Boolean

GroupSelectionRectView

Declaration
public virtual UIView GroupSelectionRectView { get; }
Property Value
Type Description
UIKit.UIView

PdfViewCtrl

Declaration
public virtual PTPDFViewCtrl PdfViewCtrl { get; set; }
Property Value
Type Description
PTPDFViewCtrl

RotationHandle

Declaration
public virtual PTRotateWidgetView RotationHandle { get; set; }
Property Value
Type Description
PTRotateWidgetView

SelectionRectView

Declaration
public virtual PTSelectionRectView SelectionRectView { get; }
Property Value
Type Description
PTSelectionRectView

SpacingTextView

Declaration
public virtual PTFreeTextView SpacingTextView { get; set; }
Property Value
Type Description
PTFreeTextView

TextView

Declaration
public virtual PTFreeTextView TextView { get; set; }
Property Value
Type Description
PTFreeTextView

Methods

AppearanceWhenContainedIn(Type[])

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

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

GetAppearance(UITraitCollection)

Declaration
public static PTSelectionRectContainerView.PTSelectionRectContainerViewAppearance GetAppearance(UITraitCollection traits)
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTSelectionRectContainerView.PTSelectionRectContainerViewAppearance

GetAppearance(UITraitCollection, Type[])

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

GetAppearance<T>()

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

GetAppearance<T>(UITraitCollection)

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

GetAppearance<T>(UITraitCollection, Type[])

Declaration
public static PTSelectionRectContainerView.PTSelectionRectContainerViewAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
    where T : PTSelectionRectContainerView
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTSelectionRectContainerView.PTSelectionRectContainerViewAppearance
Type Parameters
Name Description
T

HideResizeWidgetViews()

Declaration
public virtual void HideResizeWidgetViews()

HideSelectionRect()

Declaration
public virtual void HideSelectionRect()

RefreshLiveAppearance()

Declaration
public virtual void RefreshLiveAppearance()

RemoveLiveAppearance()

Declaration
public virtual void RemoveLiveAppearance()

SetAnnot(PTAnnot)

Declaration
public virtual void SetAnnot(PTAnnot annot)
Parameters
Type Name Description
PTAnnot annot

SetAnnotationContents(PTAnnot)

Declaration
public virtual void SetAnnotationContents(PTAnnot annot)
Parameters
Type Name Description
PTAnnot annot

SetEditTextSizeForZoom(Double, Int32)

Declaration
public virtual void SetEditTextSizeForZoom(double zoom, int size)
Parameters
Type Name Description
System.Double zoom
System.Int32 size

SetFrameFromAnnot(CGRect)

Declaration
public virtual void SetFrameFromAnnot(CGRect frame)
Parameters
Type Name Description
CoreGraphics.CGRect frame

SetRotationHandleLocation(PTRotateHandleLocation)

Declaration
public virtual void SetRotationHandleLocation(PTRotateHandleLocation location)
Parameters
Type Name Description
PTRotateHandleLocation location

ShowNESWWidgetViews()

Declaration
public virtual void ShowNESWWidgetViews()

ShowNWSEWidgetViews()

Declaration
public virtual void ShowNWSEWidgetViews()

ShowResizeWidgetViews()

Declaration
public virtual void ShowResizeWidgetViews()

ShowSelectionRect()

Declaration
public virtual void ShowSelectionRect()

ShowWidthResizeWidgetView()

Declaration
public virtual void ShowWidthResizeWidgetView()

UseTextViewForSpacingAttributedText(NSAttributedString, Int32, Double, Int32, String, CGRect)

Declaration
public virtual void UseTextViewForSpacingAttributedText(NSAttributedString attributedText, int alignment, double zoom, int size, string fontName, CGRect frame)
Parameters
Type Name Description
Foundation.NSAttributedString attributedText
System.Int32 alignment
System.Double zoom
System.Int32 size
System.String fontName
CoreGraphics.CGRect frame

UseTextViewForSpacingText(String, Int32, Double, Int32, String, CGRect)

Declaration
public virtual void UseTextViewForSpacingText(string text, int alignment, double zoom, int size, string fontName, CGRect frame)
Parameters
Type Name Description
System.String text
System.Int32 alignment
System.Double zoom
System.Int32 size
System.String fontName
CoreGraphics.CGRect frame

UseTextViewWithAttributedText(NSAttributedString, Int32, Double, Int32, String, CGRect, UITextViewDelegate)

Declaration
public virtual void UseTextViewWithAttributedText(NSAttributedString attributedText, int alignment, double zoom, int size, string fontName, CGRect frame, UITextViewDelegate delegateView)
Parameters
Type Name Description
Foundation.NSAttributedString attributedText
System.Int32 alignment
System.Double zoom
System.Int32 size
System.String fontName
CoreGraphics.CGRect frame
UIKit.UITextViewDelegate delegateView

UseTextViewWithText(String, Int32, Double, Int32, String, CGRect, UITextViewDelegate)

Declaration
public virtual void UseTextViewWithText(string text, int alignment, double zoom, int size, string fontName, CGRect frame, UITextViewDelegate delegateView)
Parameters
Type Name Description
System.String text
System.Int32 alignment
System.Double zoom
System.Int32 size
System.String fontName
CoreGraphics.CGRect frame
UIKit.UITextViewDelegate delegateView
Back to top Generated by DocFX