IPXC_ContentCreator::SetTextScale Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_ContentCreator::SetTextScale Method}} | {{#customTitle:IPXC_ContentCreator::SetTextScale Method}} | ||
{{#parentPage:PXV:IPXC_ContentCreator#Methods|SetTextScale|method}} | {{#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 == |
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.