IPXC_Annotation::ModificationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXC_Annotation::ModificationDate Property}}
 
{{#customTitle:IPXC_Annotation::ModificationDate Property}}
 
{{#parentPage:PXV:IPXC_Annotation#Properties|ModificationDate|property}}
 
{{#parentPage:PXV:IPXC_Annotation#Properties|ModificationDate|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Represents last modification date of the annotation. The date is returned as a string in PDF Date format. This format can be converted to OLE DATE type by [[PXV:IPXC_Inst_PDFDateToDate|PDFDateToDate]] method.
+
Represents last modification date of the annotation. The date is returned as a string in PDF Date format. This format can be converted to OLE DATE type by [[PXV:IPXC_Inst_PDFDateToDate|PDFDateToDate]] method. If the modification date was not specified for the annotation, this property will have value of empty string.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ModificationDate([out, retval]  BSTR*  ppDate);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ModificationDate([out, retval]  BSTR*  sDate);
HRESULT put_ModificationDate([in]  BSTR  ppDate);
+
HRESULT put_ModificationDate([in]  BSTR  sDate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:47, 20 February 2017


Represents last modification date of the annotation. The date is returned as a string in PDF Date format. This format can be converted to OLE DATE type by PDFDateToDate method. If the modification date was not specified for the annotation, this property will have value of empty string.

Syntax

HRESULT get_ModificationDate([out, retval]  BSTR*  sDate);
HRESULT put_ModificationDate([in]  BSTR  sDate);

See Also

IPXC_Annotation