IPXC_AcroForm::Document Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm::Document Property}}
 
{{#customTitle:IPXC_AcroForm::Document Property}}
{{#parentPage:PXV:IPXC_AcroForm|property}}
+
{{#parentPage:PXV:IPXC_AcroForm|Document Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval] IPXC_Document** ppDoc);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval] IPXC_Document** ppDoc);
 +
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_Document|IPXC_Document]].
 
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_Document|IPXC_Document]].

Revision as of 05:54, 23 April 2015


Represents document that this form belongs to.

Syntax

HRESULT get_Document([out, retval]  IPXC_Document**  ppDoc);

See Also

See also IPXC_AcroForm, IPXC_Document.