IPXC_GetPageTextOptions::LigaturesExpTbl Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LigaturesExpTbl([out, retval]  BSTR*  Tbl);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LigaturesExpTbl([out, retval]  BSTR*  sTbl);
HRESULT put_LigaturesExpTbl([in]  BSTR  Tbl);
+
HRESULT put_LigaturesExpTbl([in]  BSTR  sTbl);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]
 
[[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]

Latest revision as of 03:28, 15 June 2015


Property LigaturesExpTbl of interface IPXC_GetPageTextOptions returns/sets Value of BSTR ...

Syntax

HRESULT get_LigaturesExpTbl([out, retval]  BSTR*  sTbl);
HRESULT put_LigaturesExpTbl([in]  BSTR  sTbl);

See Also

IPXC_GetPageTextOptions