IPXC_ContentCreator::SetTextScale Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_ContentCreator::SetTextScale Method}} | {{#customTitle:IPXC_ContentCreator::SetTextScale Method}} | ||
+ | {{#parentPage:PXV:IPXC_ContentCreator#Methods|SetTextScale|method}} | ||
+ | {{ToReview}} | ||
− | + | Sets horizontal scale of the text in percent. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT SetTextScale([in] double nTextScale);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT SetTextScale([in] double nTextScale);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nTextScale |
− | :[in] Value of double. | + | :[in] Value of double containing the text scale value in percent ('''100.0''' by default). |
== Return Value == | == Return Value == | ||
Line 15: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_ContentCreator|IPXC_ContentCreator]] |
Latest revision as of 06:27, 29 August 2017
Sets horizontal scale of the text in percent.
Syntax
HRESULT SetTextScale([in] double nTextScale);
Parameters
- nTextScale
- [in] Value of double containing the text scale value in percent (100.0 by default).
Return Value
Returns S_OK if operation was successful or error code in other cases.