IIXC_Inst::FormatsCount Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Inst::FormatsCount Property}} | {{#customTitle:IIXC_Inst::FormatsCount Property}} | ||
{{#parentPage:PXV:IIXC_Inst|FormatsCount Property|property}} | {{#parentPage:PXV:IIXC_Inst|FormatsCount Property|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. | ||
Line 10: | Line 9: | ||
<pre class="brush:cpp;gutter:false">HRESULT get_FormatsCount([out, retval] ULONG* pNumFormats); | <pre class="brush:cpp;gutter:false">HRESULT get_FormatsCount([out, retval] ULONG* pNumFormats); | ||
</pre> | </pre> | ||
+ | |||
== Remarks == | == Remarks == | ||
− | This may be used to establish the upper limit of a zero-based loop to read all file format information. | + | This may be used to establish the upper limit of a zero-based loop to read all file format information. |
== See Also == | == See Also == | ||
:[[PXV:IIXC_Inst|IIXC_Inst]] | :[[PXV:IIXC_Inst|IIXC_Inst]] | ||
:[[PXV:IIXC_Inst_GetFormatInfo|IIXC_Inst::GetFormatInfo]] | :[[PXV:IIXC_Inst_GetFormatInfo|IIXC_Inst::GetFormatInfo]] |
Revision as of 03:48, 20 May 2015
Property FormatsCount of interface IIXC_Inst returns the number of supported file formats.
Syntax
HRESULT get_FormatsCount([out, retval] ULONG* pNumFormats);
Remarks
This may be used to establish the upper limit of a zero-based loop to read all file format information.