Show / Hide Table of Contents

Class AnnotStyle.ChangeAnnotLineStyleEventArgs

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

Constructors

ChangeAnnotLineStyleEventArgs(LineStyle)

Declaration
public ChangeAnnotLineStyleEventArgs(LineStyle lineStyle)
Parameters
Type Name Description
LineStyle lineStyle

Properties

LineStyle

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