IIXC_Page::Format Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IIXC_Page#Properties|Format|property}} | {{#parentPage:PXV:IIXC_Page#Properties|Format|property}} | ||
− | Property ''' | + | 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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Format([out, retval] IXC_PageFormat* nFormat); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IIXC_Page|IIXC_Page]] | [[PXV:IIXC_Page|IIXC_Page]] |
Latest revision as of 02: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);