IPXC_DocFontsInfo::StdIndex Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''StdIndex''' of interface [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]] returns  Value of LONG ...
+
Property '''nStdIndex''' of interface [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]] returns  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_StdIndex([out, retval]  LONG*  StdIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_StdIndex([out, retval]  LONG*  nStdIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]]
 
[[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]]

Latest revision as of 03:23, 15 June 2015


Property nStdIndex of interface IPXC_DocFontsInfo returns Value of LONG ...

Syntax

HRESULT get_StdIndex([out, retval]  LONG*  nStdIndex);

See Also

IPXC_DocFontsInfo