IIXC_Page::Format Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Page::Format Property}}
 
{{#customTitle:IIXC_Page::Format Property}}
{{#parentPage:PXV:IIXC_Page|property}}
+
{{#parentPage:PXV:IIXC_Page#Properties|Format|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Format''' of interface [[PXV:IIXC_Page|IIXC_Page]] returns  Value of [[PXV:IXC_PageFormat|IXC_PageFormat]] ...
+
Property '''nFormat''' of the [[PXV:IIXC_Page|IIXC_Page]] interface retrieves the format of a page as [[PXV:IXC_PageFormat|IXC_PageFormat]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Format([out, retval] IXC_PageFormat* pFormat);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Format([out, retval] IXC_PageFormat* nFormat);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
[[PXV:IIXC_Page|IIXC_Page]]

Latest revision as of 03:17, 15 June 2015

Property nFormat of the IIXC_Page interface retrieves the format of a page as IXC_PageFormat.

Syntax

HRESULT get_Format([out, retval]  IXC_PageFormat*  nFormat);

See Also

IIXC_Page