IPXV_PagesLayoutManager::PageRectToDeviceRect Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PagesLayoutManager::PageRectToDeviceRect Method}}
 
{{#customTitle:IPXV_PagesLayoutManager::PageRectToDeviceRect Method}}
{{#parentPage:PXV:IPXV_PagesLayoutManager|PageRectToDeviceRect Method|method}}
+
{{#parentPage:PXV:IPXV_PagesLayoutManager#Methods|PageRectToDeviceRect Method|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 15:45, 21 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT PageRectToDeviceRect([in]           ULONG         nPageNum,
                             [in]           PXC_Rect*     pPageRect,
                             [in]           VARIANT_BOOL  bFromDefaultUserSpace,
                             [out, retval]  RECT*         pDevRect);

Parameters

nPageNum
[in] Value of ULONG.
pPageRect
[in] Pointer to PXC_Rect.
bFromDefaultUserSpace
[in] Value of VARIANT_BOOL.
pDevRect
[out, retval] Pointer to RECT.

Return Value

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

See Also

IPXV_PagesLayoutManager.