Show / Hide Table of Contents

Class AnnotStyle.ChangeAnnotLineEndStyleEventArgs

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

Constructors

ChangeAnnotLineEndStyleEventArgs(LineEndingStyle)

Declaration
public ChangeAnnotLineEndStyleEventArgs(LineEndingStyle lineEndStyle)
Parameters
Type Name Description
LineEndingStyle lineEndStyle

Properties

LineEndStyle

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