IIXC_Inst::FormatsCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''FormatsCount''' of interface [[PXV:IIXC_Inst|IIXC_Inst]] returns  Value of ULONG ...
+
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*  pNumFormats);
 
<pre class="brush:cpp;gutter:false">HRESULT get_FormatsCount([out, retval]  ULONG*  pNumFormats);
 
</pre>
 
</pre>
 +
== Remarks ==
 +
This may be used to establish the upper limit of a zero-based loop to read all file format information.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Inst|IIXC_Inst]].
+
:[[PXV:IIXC_Inst|IIXC_Inst]]
 +
:[[PXV:IIXC_Inst_GetFormatInfo|IIXC_Inst::GetFormatInfo]]

Revision as of 00:11, 30 April 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.

See Also

IIXC_Inst
IIXC_Inst::GetFormatInfo