IPXC_ContentCreator::SetTextScale Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision 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 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 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 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