IPXC_Annotation::ModificationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::ModificationDate Property}}
 
{{#customTitle:IPXC_Annotation::ModificationDate Property}}
{{#parentPage:PXV:IPXC_Annotation|property}}
+
{{#parentPage:PXV:IPXC_Annotation|ModificationDate Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== 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* ppDate);
HRESULT put_ModificationDate([in] BSTR ppDate);
+
HRESULT put_ModificationDate([in] BSTR ppDate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
 
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].

Revision as of 05:55, 23 April 2015


Property ModificationDate of interface IPXC_Annotation returns/sets Value of BSTR ...

Syntax

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

See Also

See also IPXC_Annotation.