Show / Hide Table of Contents

Class AnnotStyleLineEndStylesModificationEventArgs

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

Constructors

AnnotStyleLineEndStylesModificationEventArgs(NSNumber[])

Declaration
public AnnotStyleLineEndStylesModificationEventArgs(NSNumber[] lineEndStyles)
Parameters
Type Name Description
Foundation.NSNumber[] lineEndStyles

Properties

LineEndStyles

Declaration
public NSNumber[] LineEndStyles { get; set; }
Property Value
Type Description
Foundation.NSNumber[]
Back to top Generated by DocFX