IPXC_NumberFormatArray::Init Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatArray::Init Method}}
 
{{#customTitle:IPXC_NumberFormatArray::Init Method}}
{{#parentPage:PXV:IPXC_NumberFormatArray|method}}
+
{{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Init|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Initializes the number format array from given string.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Init([in] BSTR pStdFormat);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Init([in] BSTR pStdFormat);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pStdFormat''
+
;pStdFormat
:[in]  Value of BSTR.
+
:[in]  Value of BSTR containing the format string (for example "1 km 1000 m 100 cm").
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]].
+
[[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]]

Latest revision as of 00:43, 31 March 2016


Initializes the number format array from given string.

Syntax

HRESULT Init([in]  BSTR  pStdFormat);

Parameters

pStdFormat
[in] Value of BSTR containing the format string (for example "1 km 1000 m 100 cm").

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_NumberFormatArray