IPXC_BatesNumberingParams::NumberOfDigits Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IPXC_BatesNumberingParams::NumberOfDigits Property}}
 +
{{#parentPage:PXV:IPXC_BatesNumberingParams#Properties|NumberOfDigits|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Property '''NumberOfDigits''' of interface [[PXV:IPXC_BatesNumberingParams|IPXC_BatesNumberingParams]] returns/sets  Value of ULONG ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT get_NumberOfDigits([out, retval]  ULONG*  nNumberOfDigits);
 +
HRESULT put_NumberOfDigits([in]  ULONG  nNumberOfDigits);
 +
</pre>
 +
 +
== See Also ==
 +
[[PXV:IPXC_BatesNumberingParams|IPXC_BatesNumberingParams]]

Latest revision as of 01:25, 20 October 2015


Property NumberOfDigits of interface IPXC_BatesNumberingParams returns/sets Value of ULONG ...

Syntax

HRESULT get_NumberOfDigits([out, retval]  ULONG*  nNumberOfDigits);
HRESULT put_NumberOfDigits([in]  ULONG  nNumberOfDigits);

See Also

IPXC_BatesNumberingParams