Show / Hide Table of Contents

Interface AnnotStyle.IOnAnnotStyleChangeListener

Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IOnAnnotStyleChangeListener

Methods

OnChangeAnnotBorderStyle(ShapeBorderStyle)

Declaration
void OnChangeAnnotBorderStyle(ShapeBorderStyle borderStyle)
Parameters
Type Name Description
ShapeBorderStyle borderStyle

OnChangeAnnotFillColor(Int32)

Declaration
void OnChangeAnnotFillColor(int color)
Parameters
Type Name Description
System.Int32 color

OnChangeAnnotFont(FontResource)

Declaration
void OnChangeAnnotFont(FontResource font)
Parameters
Type Name Description
FontResource font

OnChangeAnnotIcon(String)

Declaration
void OnChangeAnnotIcon(string icon)
Parameters
Type Name Description
System.String icon

OnChangeAnnotLineEndStyle(LineEndingStyle)

Declaration
void OnChangeAnnotLineEndStyle(LineEndingStyle lineEndStyle)
Parameters
Type Name Description
LineEndingStyle lineEndStyle

OnChangeAnnotLineStartStyle(LineEndingStyle)

Declaration
void OnChangeAnnotLineStartStyle(LineEndingStyle lineStartStyle)
Parameters
Type Name Description
LineEndingStyle lineStartStyle

OnChangeAnnotLineStyle(LineStyle)

Declaration
void OnChangeAnnotLineStyle(LineStyle lineStyle)
Parameters
Type Name Description
LineStyle lineStyle

OnChangeAnnotOpacity(Single, Boolean)

Declaration
void OnChangeAnnotOpacity(float opacity, bool done)
Parameters
Type Name Description
System.Single opacity
System.Boolean done

OnChangeAnnotStrokeColor(Int32)

Declaration
void OnChangeAnnotStrokeColor(int color)
Parameters
Type Name Description
System.Int32 color

OnChangeAnnotTextColor(Int32)

Declaration
void OnChangeAnnotTextColor(int textColor)
Parameters
Type Name Description
System.Int32 textColor

OnChangeAnnotTextSize(Single, Boolean)

Declaration
void OnChangeAnnotTextSize(float textSize, bool done)
Parameters
Type Name Description
System.Single textSize
System.Boolean done

OnChangeAnnotThickness(Single, Boolean)

Declaration
void OnChangeAnnotThickness(float thickness, bool done)
Parameters
Type Name Description
System.Single thickness
System.Boolean done

OnChangeDateFormat(String)

Declaration
void OnChangeDateFormat(string dateFormat)
Parameters
Type Name Description
System.String dateFormat

OnChangeOverlayText(String)

Declaration
void OnChangeOverlayText(string overlayText)
Parameters
Type Name Description
System.String overlayText

OnChangeRichContentEnabled(Boolean)

Declaration
void OnChangeRichContentEnabled(bool enabled)
Parameters
Type Name Description
System.Boolean enabled

OnChangeRulerProperty(RulerItem)

Declaration
void OnChangeRulerProperty(RulerItem rulerItem)
Parameters
Type Name Description
RulerItem rulerItem

OnChangeSnapping(Boolean)

Declaration
void OnChangeSnapping(bool snap)
Parameters
Type Name Description
System.Boolean snap

OnChangeTextAlignment(Int32, Int32)

Declaration
void OnChangeTextAlignment(int horizontalAlignment, int verticalAlignment)
Parameters
Type Name Description
System.Int32 horizontalAlignment
System.Int32 verticalAlignment
In This Article
Back to top Generated by DocFX