Show / Hide Table of Contents

Class AnnotStyle.ChangeDateFormatEventArgs

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

Constructors

ChangeDateFormatEventArgs(String)

Declaration
public ChangeDateFormatEventArgs(string dateFormat)
Parameters
Type Name Description
System.String dateFormat

Properties

DateFormat

Declaration
public string DateFormat { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX