IPXC_AnnotData_Poly::SetEndingsScale Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData_Poly::SetEndingsScale Method}}
 
{{#customTitle:IPXC_AnnotData_Poly::SetEndingsScale Method}}
{{#parentPage:PXV:IPXC_AnnotData_Poly|SetEndingsScale Method|method}}
+
{{#parentPage:PXV:IPXC_AnnotData_Poly#Methods|SetEndingsScale|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Sets starting and ending scale of the polygon annotation.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nStartScale
 
;nStartScale
:[in]  Value of double.
+
:[in]  Value of double containing the starting scale value of the polygon annotation.
 
;pEndScale
 
;pEndScale
:[in]  Value of double.
+
:[in]  Value of double containing the ending scale value of the polygon annotation.
  
 
== Return Value ==
 
== Return Value ==
Line 22: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_AnnotData_Poly|IPXC_AnnotData_Poly]].
+
[[PXV:IPXC_AnnotData_Poly|IPXC_AnnotData_Poly]]

Latest revision as of 07:26, 28 March 2016


Sets starting and ending scale of the polygon annotation.

Syntax

HRESULT SetEndingsScale([in]  double  nStartScale,
                        [in]  double  pEndScale);

Parameters

nStartScale
[in] Value of double containing the starting scale value of the polygon annotation.
pEndScale
[in] Value of double containing the ending scale value of the polygon annotation.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_AnnotData_Poly