IPXC_Page::GetDimension Method

From PDF XChange PDF SDK
Revision as of 06:38, 14 May 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


Get pages width and height taking page's rotation into account.

Syntax

HRESULT GetDimension([out]  double*  pWidth,
                     [out]  double*  pHeight);

Parameters

pWidth
[out] Width of the page.
pHeight
[out] Height of the page.

Return Value

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

See Also

See also IPXC_Page.