IPXC_AnnotData_Poly::SetEndingsScale Method

From PDF XChange PDF SDK
Jump to: navigation, search


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