IPXC_GetPageTextOptions::LigaturesExpTbl Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GetPageTextOptions::LigaturesExpTbl Property}}
 
{{#customTitle:IPXC_GetPageTextOptions::LigaturesExpTbl Property}}
 +
{{#parentPage:PXV:IPXC_GetPageTextOptions#Properties|LigaturesExpTbl|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''LigaturesExpTbl''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns/sets  Value of BSTR ...
 
Property '''LigaturesExpTbl''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns/sets  Value of BSTR ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LigaturesExpTbl([out, retval] BSTR* ppTbl);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LigaturesExpTbl([out, retval] BSTR* sTbl);
HRESULT put_LigaturesExpTbl([in] BSTR ppTbl);
+
HRESULT put_LigaturesExpTbl([in] BSTR sTbl);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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