IPXC_ContentCreator::SetTextScale Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 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|SetTextScale Method|method}}
+
{{#parentPage:PXV:IPXC_ContentCreator#Methods|SetTextScale|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Sets horizontal scale of the text in percent.
  
 
== Syntax ==
 
== Syntax ==
Line 12: 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 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_ContentCreator|IPXC_ContentCreator]].
+
[[PXV:IPXC_ContentCreator|IPXC_ContentCreator]]

Latest revision as of 07: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.

See Also

IPXC_ContentCreator