IPXC_AnnotData_Poly::SetEndingsScale Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_AnnotData_Poly::SetEndingsScale Method}}
 
{{#customTitle:IPXC_AnnotData_Poly::SetEndingsScale Method}}
 
{{#parentPage:PXV:IPXC_AnnotData_Poly#Methods|SetEndingsScale|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 ==

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