Show / Hide Table of Contents

Class AnnotStyleStringModificationEventArgs

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

Constructors

AnnotStyleStringModificationEventArgs(String)

Declaration
public AnnotStyleStringModificationEventArgs(string label)
Parameters
Type Name Description
System.String label

Properties

Label

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX