Show / Hide Table of Contents

Class PTAnnotStyle

Inheritance
System.Object
PTAnnotStyle
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTAnnotStyle : NSObject

Constructors

PTAnnotStyle(NSObjectFlag)

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

PTAnnotStyle(PTExtendedAnnotType)

Declaration
public PTAnnotStyle(PTExtendedAnnotType annotType)
Parameters
Type Name Description
PTExtendedAnnotType annotType

PTAnnotStyle(PTAnnot)

Declaration
public PTAnnotStyle(PTAnnot annot)
Parameters
Type Name Description
PTAnnot annot

PTAnnotStyle(PTAnnot, PTPDFDoc)

Declaration
public PTAnnotStyle(PTAnnot annot, PTPDFDoc pdfDoc)
Parameters
Type Name Description
PTAnnot annot
PTPDFDoc pdfDoc

PTAnnotStyle(IntPtr)

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

Properties

Annot

Declaration
public virtual PTAnnot Annot { get; }
Property Value
Type Description
PTAnnot

AnnotType

Declaration
public virtual PTExtendedAnnotType AnnotType { get; }
Property Value
Type Description
PTExtendedAnnotType

AvailableStyleKeys

Declaration
public virtual string[] AvailableStyleKeys { get; }
Property Value
Type Description
System.String[]

BorderEffect

Declaration
public virtual PTBorderEffect BorderEffect { get; set; }
Property Value
Type Description
PTBorderEffect

BorderEffectIntensity

Declaration
public virtual double BorderEffectIntensity { get; set; }
Property Value
Type Description
System.Double

ClassHandle

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

Color

Declaration
public virtual UIColor Color { get; set; }
Property Value
Type Description
UIKit.UIColor

Date

Declaration
public virtual NSDate Date { get; set; }
Property Value
Type Description
Foundation.NSDate

DateFormat

Declaration
public virtual string DateFormat { get; set; }
Property Value
Type Description
System.String

Delegate

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

FillColor

Declaration
public virtual UIColor FillColor { get; set; }
Property Value
Type Description
UIKit.UIColor

FontName

Declaration
public virtual string FontName { get; set; }
Property Value
Type Description
System.String

HorizontalAlignment

Declaration
public virtual nint HorizontalAlignment { get; set; }
Property Value
Type Description
System.nint

Label

Declaration
public virtual string Label { get; set; }
Property Value
Type Description
System.String

LineEndStyle

Declaration
public virtual Line.EndingStyle LineEndStyle { get; set; }
Property Value
Type Description
pdftron.PDF.Annots.Line.EndingStyle

LineEndStyles

Declaration
public virtual NSNumber[] LineEndStyles { get; set; }
Property Value
Type Description
Foundation.NSNumber[]

LineStartStyle

Declaration
public virtual Line.EndingStyle LineStartStyle { get; set; }
Property Value
Type Description
pdftron.PDF.Annots.Line.EndingStyle

MeasurementScale

Declaration
public virtual PTMeasurementScale MeasurementScale { get; set; }
Property Value
Type Description
PTMeasurementScale

Opacity

Declaration
public virtual nfloat Opacity { get; set; }
Property Value
Type Description
System.nfloat

OpacityIndicatorString

Declaration
public virtual string OpacityIndicatorString { get; }
Property Value
Type Description
System.String

SaveValuesAsDefaults

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

SnappingEnabled

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

StrokeColor

Declaration
public virtual UIColor StrokeColor { get; set; }
Property Value
Type Description
UIKit.UIColor

StrokeStyle

Declaration
public virtual PTStrokeStyle StrokeStyle { get; set; }
Property Value
Type Description
PTStrokeStyle

TextColor

Declaration
public virtual UIColor TextColor { get; set; }
Property Value
Type Description
UIKit.UIColor

TextSize

Declaration
public virtual nfloat TextSize { get; set; }
Property Value
Type Description
System.nfloat

TextSizeIndicatorString

Declaration
public virtual string TextSizeIndicatorString { get; }
Property Value
Type Description
System.String

Thickness

Declaration
public virtual nfloat Thickness { get; set; }
Property Value
Type Description
System.nfloat

ThicknessIndicatorString

Declaration
public virtual string ThicknessIndicatorString { get; }
Property Value
Type Description
System.String

UninitializedProperties

Declaration
public virtual string[] UninitializedProperties { get; }
Property Value
Type Description
System.String[]

VerticalAlignment

Declaration
public virtual nint VerticalAlignment { get; set; }
Property Value
Type Description
System.nint

WeakDelegate

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

Methods

Dispose(Boolean)

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

IsEqualToAnnotStyle(PTAnnotStyle)

Declaration
public virtual bool IsEqualToAnnotStyle(PTAnnotStyle annotStyle)
Parameters
Type Name Description
PTAnnotStyle annotStyle
Returns
Type Description
System.Boolean

SaveChanges()

Declaration
public virtual void SaveChanges()

SetCurrentValuesAsDefaults()

Declaration
public virtual void SetCurrentValuesAsDefaults()

Events

BorderEffectDidChange

Declaration
public event EventHandler<AnnotStyleBorderEffectModificationEventArgs> BorderEffectDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleBorderEffectModificationEventArgs>

BorderEffectIntensityDidChange

Declaration
public event EventHandler<AnnotStyleBorderEffectIntensityModificationEventArgs> BorderEffectIntensityDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleBorderEffectIntensityModificationEventArgs>

ColorDidChange

Declaration
public event EventHandler<AnnotStyleColorModificationEventArgs> ColorDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleColorModificationEventArgs>

FillColorDidChange

Declaration
public event EventHandler<AnnotStyleColorModificationEventArgs> FillColorDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleColorModificationEventArgs>

FontNameDidChange

Declaration
public event EventHandler<AnnotStyleFontNameModificationEventArgs> FontNameDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleFontNameModificationEventArgs>

LabelDidChange

Declaration
public event EventHandler<AnnotStyleStringModificationEventArgs> LabelDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleStringModificationEventArgs>

LineEndStylesDidChange

Declaration
public event EventHandler<AnnotStyleLineEndStylesModificationEventArgs> LineEndStylesDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleLineEndStylesModificationEventArgs>

MeasurementScaleDidChange

Declaration
public event EventHandler<AnnotStyleScaleModificationEventArgs> MeasurementScaleDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleScaleModificationEventArgs>

OpacityDidChange

Declaration
public event EventHandler<AnnotStyleValueModificationEventArgs> OpacityDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleValueModificationEventArgs>

SnappingToggled

Declaration
public event EventHandler<AnnotStyleSnappingModificationEventArgs> SnappingToggled
Event Type
Type Description
System.EventHandler<AnnotStyleSnappingModificationEventArgs>

StrokeColorDidChange

Declaration
public event EventHandler<AnnotStyleColorModificationEventArgs> StrokeColorDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleColorModificationEventArgs>

StrokeStyleDidChange

Declaration
public event EventHandler<AnnotStyleStrokeStyleModificationEventArgs> StrokeStyleDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleStrokeStyleModificationEventArgs>

TextColorDidChange

Declaration
public event EventHandler<AnnotStyleColorModificationEventArgs> TextColorDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleColorModificationEventArgs>

TextSizeDidChange

Declaration
public event EventHandler<AnnotStyleValueModificationEventArgs> TextSizeDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleValueModificationEventArgs>

ThicknessDidChange

Declaration
public event EventHandler<AnnotStyleValueModificationEventArgs> ThicknessDidChange
Event Type
Type Description
System.EventHandler<AnnotStyleValueModificationEventArgs>
Back to top Generated by DocFX