IPXC_AcroForm::Document Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm::Document Property}}
 
{{#customTitle:IPXC_AcroForm::Document Property}}
{{#parentPage:PXV:IPXC_AcroForm|property}}
+
{{#parentPage:PXV:IPXC_AcroForm#Properties|Document|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Represents [[PXV:IPXC_Document|document]] that this form belongs to.
+
Represents the [[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>
+
<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]].
+
[[PXV:IPXC_AcroForm|IPXC_AcroForm]]

Latest revision as of 08:00, 23 May 2015

Represents the document that this form belongs to.

Syntax

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

See Also

IPXC_AcroForm