Show / Hide Table of Contents

Class AnnotStyle.ChangeAnnotBorderStyleEventArgs

Inheritance
System.Object
AnnotStyle.ChangeAnnotBorderStyleEventArgs
Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public class ChangeAnnotBorderStyleEventArgs : EventArgs

Constructors

ChangeAnnotBorderStyleEventArgs(ShapeBorderStyle)

Declaration
public ChangeAnnotBorderStyleEventArgs(ShapeBorderStyle borderStyle)
Parameters
Type Name Description
ShapeBorderStyle borderStyle

Properties

BorderStyle

Declaration
public ShapeBorderStyle BorderStyle { get; }
Property Value
Type Description
ShapeBorderStyle
In This Article
Back to top Generated by DocFX