IPXC_AcroForm::Document Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_AcroForm::Document Property}}
 
{{#customTitle:IPXC_AcroForm::Document Property}}
  
Property '''Document''' of interface [[PXV:IPXC_AcroForm|IPXC_AcroForm]] returns  Pointer to [[PXV:IPXC_Document|IPXC_Document]] ...
+
Represents [[PXV:IPXC_Document|document]] that this form belongs to.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval] IPXC_Document** ppDoc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval] IPXC_Document** ppDoc);</pre>
</pre>
+
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].
+
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_Document|IPXC_Document]].

Revision as of 12:14, 12 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.