Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionSubmitForm Class / CanonicalDateFormat Property

In This Topic
    CanonicalDateFormat Property
    In This Topic
    Gets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification.
    Syntax
    'Declaration
     
    Public Property CanonicalDateFormat As System.Boolean
    public System.bool CanonicalDateFormat {get; set;}
    See Also