IPXC_ContentCreator::SetTextScale Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_ContentCreator::SetTextScale Method}} | {{#customTitle:IPXC_ContentCreator::SetTextScale Method}} | ||
− | {{#parentPage:PXV:IPXC_ContentCreator#Methods|SetTextScale | + | {{#parentPage:PXV:IPXC_ContentCreator#Methods|SetTextScale|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Sets horizontal scale of the text in percent. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nTextScale | ;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 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_ContentCreator|IPXC_ContentCreator]] | + | [[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.