Show / Hide Table of Contents

Class PTAnnotStyleDelegate_Extensions

Inheritance
System.Object
PTAnnotStyleDelegate_Extensions
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public static class PTAnnotStyleDelegate_Extensions : Object

Methods

BorderEffectDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, PTBorderEffect)

Declaration
public static void BorderEffectDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, PTBorderEffect borderEffect)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
PTBorderEffect borderEffect

BorderEffectIntensityDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, Double)

Declaration
public static void BorderEffectIntensityDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, double borderEffectIntensity)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
System.Double borderEffectIntensity

ColorDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, UIColor)

Declaration
public static void ColorDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, UIColor color)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
UIKit.UIColor color

FillColorDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, UIColor)

Declaration
public static void FillColorDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, UIColor fillColor)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
UIKit.UIColor fillColor

FontNameDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, String)

Declaration
public static void FontNameDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, string fontName)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
System.String fontName

LabelDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, String)

Declaration
public static void LabelDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, string label)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
System.String label

LineEndStylesDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, NSNumber[])

Declaration
public static void LineEndStylesDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, NSNumber[] lineEndStyles)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
Foundation.NSNumber[] lineEndStyles

MeasurementScaleDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, PTMeasurementScale)

Declaration
public static void MeasurementScaleDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, PTMeasurementScale ruler)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
PTMeasurementScale ruler

OpacityDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, nfloat)

Declaration
public static void OpacityDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, nfloat opacity)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
System.nfloat opacity

SnappingToggled(IPTAnnotStyleDelegate, PTAnnotStyle, Boolean)

Declaration
public static void SnappingToggled(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, bool snappingEnabled)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
System.Boolean snappingEnabled

StrokeColorDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, UIColor)

Declaration
public static void StrokeColorDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, UIColor strokeColor)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
UIKit.UIColor strokeColor

StrokeStyleDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, PTStrokeStyle)

Declaration
public static void StrokeStyleDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, PTStrokeStyle strokeStyle)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
PTStrokeStyle strokeStyle

TextColorDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, UIColor)

Declaration
public static void TextColorDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, UIColor textColor)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
UIKit.UIColor textColor

TextSizeDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, nfloat)

Declaration
public static void TextSizeDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, nfloat textSize)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
System.nfloat textSize

ThicknessDidChange(IPTAnnotStyleDelegate, PTAnnotStyle, nfloat)

Declaration
public static void ThicknessDidChange(this IPTAnnotStyleDelegate This, PTAnnotStyle annotStyle, nfloat thickness)
Parameters
Type Name Description
IPTAnnotStyleDelegate This
PTAnnotStyle annotStyle
System.nfloat thickness
Back to top Generated by DocFX