PDFView4NET WPF Edition
UseCanonicalDateTimeFormat Property




O2S.Components.PDFView4NET.Actions Namespace > PDFSubmitFormAction Class : UseCanonicalDateTimeFormat Property
Gets or sets a value indicating whether the field values representing dates should be submitted using PDF date/time format.
Syntax
'Declaration
 
Public Property UseCanonicalDateTimeFormat As Boolean
'Usage
 
Dim instance As PDFSubmitFormAction
Dim value As Boolean
 
instance.UseCanonicalDateTimeFormat = value
 
value = instance.UseCanonicalDateTimeFormat
public bool UseCanonicalDateTimeFormat {get; set;}
public: __property bool get_UseCanonicalDateTimeFormat();
public: __property void set_UseCanonicalDateTimeFormat( 
   bool value
);
public:
property bool UseCanonicalDateTimeFormat {
   bool get();
   void set (    bool value);
}

Property Value

True if the the field values representing dates should be submitted using PDF date/time format. Default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFSubmitFormAction Class
PDFSubmitFormAction Members