IIXC_Inst::FormatsCount Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Inst::FormatsCount Property}} | {{#customTitle:IIXC_Inst::FormatsCount Property}} | ||
− | {{#parentPage:PXV:IIXC_Inst#Properties|FormatsCount | + | {{#parentPage:PXV:IIXC_Inst#Properties|FormatsCount|property}} |
Property '''FormatsCount''' of interface [[PXV:IIXC_Inst|IIXC_Inst]] returns the number of supported file formats. | Property '''FormatsCount''' of interface [[PXV:IIXC_Inst|IIXC_Inst]] returns the number of supported file formats. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FormatsCount([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_FormatsCount([out, retval] ULONG* nNumFormats); |
</pre> | </pre> | ||
Line 14: | Line 14: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Inst|IIXC_Inst]] | |
− | + |
Latest revision as of 02:16, 15 June 2015
Property FormatsCount of interface IIXC_Inst returns the number of supported file formats.
Syntax
HRESULT get_FormatsCount([out, retval] ULONG* nNumFormats);
Remarks
This may be used to establish the upper limit of a zero-based loop to read all file format information.