Show / Hide Table of Contents

Class PTAnnotStyleViewController

Inheritance
System.Object
PTAnnotStyleViewController
Implements
IPTAnnotStyleDelegate
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTAnnotStyleViewController : UIViewController, IPTAnnotStyleDelegate, IPTOverridable, INativeObject, IDisposable

Constructors

PTAnnotStyleViewController(NSCoder)

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

PTAnnotStyleViewController(NSObjectFlag)

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

PTAnnotStyleViewController(PTAnnotStyle)

Declaration
public PTAnnotStyleViewController(PTAnnotStyle annotStyle)
Parameters
Type Name Description
PTAnnotStyle annotStyle

PTAnnotStyleViewController(PTToolManager, PTAnnotStyle)

Declaration
public PTAnnotStyleViewController(PTToolManager toolManager, PTAnnotStyle annotStyle)
Parameters
Type Name Description
PTToolManager toolManager
PTAnnotStyle annotStyle

PTAnnotStyleViewController(IntPtr)

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

Properties

AnnotStyle

Declaration
public virtual PTAnnotStyle AnnotStyle { get; set; }
Property Value
Type Description
PTAnnotStyle

ClassHandle

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

Delegate

Declaration
public PTAnnotStyleViewControllerDelegate Delegate { get; set; }
Property Value
Type Description
PTAnnotStyleViewControllerDelegate

FontPickerConfiguration

Declaration
public virtual UIFontPickerViewControllerConfiguration FontPickerConfiguration { get; set; }
Property Value
Type Description
UIKit.UIFontPickerViewControllerConfiguration

ShouldResize

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

WeakDelegate

Declaration
public virtual NSObject WeakDelegate { get; set; }
Property Value
Type Description
Foundation.NSObject

Methods

BorderEffectDidChange(PTAnnotStyle, PTBorderEffect)

Declaration
public virtual void BorderEffectDidChange(PTAnnotStyle annotStyle, PTBorderEffect borderEffect)
Parameters
Type Name Description
PTAnnotStyle annotStyle
PTBorderEffect borderEffect

BorderEffectIntensityDidChange(PTAnnotStyle, Double)

Declaration
public virtual void BorderEffectIntensityDidChange(PTAnnotStyle annotStyle, double borderEffectIntensity)
Parameters
Type Name Description
PTAnnotStyle annotStyle
System.Double borderEffectIntensity

ColorDidChange(PTAnnotStyle, UIColor)

Declaration
public virtual void ColorDidChange(PTAnnotStyle annotStyle, UIColor color)
Parameters
Type Name Description
PTAnnotStyle annotStyle
UIKit.UIColor color

Dispose(Boolean)

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

FillColorDidChange(PTAnnotStyle, UIColor)

Declaration
public virtual void FillColorDidChange(PTAnnotStyle annotStyle, UIColor fillColor)
Parameters
Type Name Description
PTAnnotStyle annotStyle
UIKit.UIColor fillColor

FontNameDidChange(PTAnnotStyle, String)

Declaration
public virtual void FontNameDidChange(PTAnnotStyle annotStyle, string fontName)
Parameters
Type Name Description
PTAnnotStyle annotStyle
System.String fontName

LabelDidChange(PTAnnotStyle, String)

Declaration
public virtual void LabelDidChange(PTAnnotStyle annotStyle, string label)
Parameters
Type Name Description
PTAnnotStyle annotStyle
System.String label

MeasurementScaleDidChange(PTAnnotStyle, PTMeasurementScale)

Declaration
public virtual void MeasurementScaleDidChange(PTAnnotStyle annotStyle, PTMeasurementScale ruler)
Parameters
Type Name Description
PTAnnotStyle annotStyle
PTMeasurementScale ruler

OpacityDidChange(PTAnnotStyle, nfloat)

Declaration
public virtual void OpacityDidChange(PTAnnotStyle annotStyle, nfloat opacity)
Parameters
Type Name Description
PTAnnotStyle annotStyle
System.nfloat opacity

SelectStyle()

Declaration
public virtual void SelectStyle()

SnappingToggled(PTAnnotStyle, Boolean)

Declaration
public virtual void SnappingToggled(PTAnnotStyle annotStyle, bool snappingEnabled)
Parameters
Type Name Description
PTAnnotStyle annotStyle
System.Boolean snappingEnabled

StrokeColorDidChange(PTAnnotStyle, UIColor)

Declaration
public virtual void StrokeColorDidChange(PTAnnotStyle annotStyle, UIColor strokeColor)
Parameters
Type Name Description
PTAnnotStyle annotStyle
UIKit.UIColor strokeColor

TextColorDidChange(PTAnnotStyle, UIColor)

Declaration
public virtual void TextColorDidChange(PTAnnotStyle annotStyle, UIColor textColor)
Parameters
Type Name Description
PTAnnotStyle annotStyle
UIKit.UIColor textColor

TextSizeDidChange(PTAnnotStyle, nfloat)

Declaration
public virtual void TextSizeDidChange(PTAnnotStyle annotStyle, nfloat textSize)
Parameters
Type Name Description
PTAnnotStyle annotStyle
System.nfloat textSize

ThicknessDidChange(PTAnnotStyle, nfloat)

Declaration
public virtual void ThicknessDidChange(PTAnnotStyle annotStyle, nfloat thickness)
Parameters
Type Name Description
PTAnnotStyle annotStyle
System.nfloat thickness

Events

DidChangeStyle

Declaration
public event EventHandler<AnnotStyleViewControllerModificationEventArgs> DidChangeStyle
Event Type
Type Description
System.EventHandler<AnnotStyleViewControllerModificationEventArgs>

DidCommitStyle

Declaration
public event EventHandler<AnnotStyleViewControllerModificationEventArgs> DidCommitStyle
Event Type
Type Description
System.EventHandler<AnnotStyleViewControllerModificationEventArgs>

Implements

IPTAnnotStyleDelegate
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX