IPXC_BatesNumberingParams::Suffix 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::Suffix Property}}
 +
{{#parentPage:PXV:IPXC_BatesNumberingParams#Properties|Suffix|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Property '''Suffix''' of interface [[PXV:IPXC_BatesNumberingParams|IPXC_BatesNumberingParams]] returns/sets  Value of BSTR ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT get_Suffix([out, retval]  BSTR*  sSuffix);
 +
HRESULT put_Suffix([in]  BSTR  sSuffix);
 +
</pre>
 +
 +
== See Also ==
 +
[[PXV:IPXC_BatesNumberingParams|IPXC_BatesNumberingParams]]

Latest revision as of 01:25, 20 October 2015


Property Suffix of interface IPXC_BatesNumberingParams returns/sets Value of BSTR ...

Syntax

HRESULT get_Suffix([out, retval]  BSTR*  sSuffix);
HRESULT put_Suffix([in]  BSTR  sSuffix);

See Also

IPXC_BatesNumberingParams