Show / Hide Table of Contents

Class PTAnnotStyleDelegate

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

Constructors

PTAnnotStyleDelegate()

Declaration
public PTAnnotStyleDelegate()

PTAnnotStyleDelegate(NSObjectFlag)

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

PTAnnotStyleDelegate(IntPtr)

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

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

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

LineEndStylesDidChange(PTAnnotStyle, NSNumber[])

Declaration
public virtual void LineEndStylesDidChange(PTAnnotStyle annotStyle, NSNumber[] lineEndStyles)
Parameters
Type Name Description
PTAnnotStyle annotStyle
Foundation.NSNumber[] lineEndStyles

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

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

StrokeStyleDidChange(PTAnnotStyle, PTStrokeStyle)

Declaration
public virtual void StrokeStyleDidChange(PTAnnotStyle annotStyle, PTStrokeStyle strokeStyle)
Parameters
Type Name Description
PTAnnotStyle annotStyle
PTStrokeStyle strokeStyle

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

Implements

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