Show / Hide Table of Contents

Class AnnotStyleStrokeStyleModificationEventArgs

Inheritance
System.Object
AnnotStyleStrokeStyleModificationEventArgs
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class AnnotStyleStrokeStyleModificationEventArgs : EventArgs

Constructors

AnnotStyleStrokeStyleModificationEventArgs(PTStrokeStyle)

Declaration
public AnnotStyleStrokeStyleModificationEventArgs(PTStrokeStyle strokeStyle)
Parameters
Type Name Description
PTStrokeStyle strokeStyle

Properties

StrokeStyle

Declaration
public PTStrokeStyle StrokeStyle { get; set; }
Property Value
Type Description
PTStrokeStyle
Back to top Generated by DocFX