IPXC_AnnotData_Poly::SetEndingsScale Method

From PDF XChange PDF SDK
Revision as of 07:26, 28 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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