IIXC_Inst::Page_CreateEmpty Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 29: | Line 29: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Inst|IIXC_Inst]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 03:04, 23 May 2015
The method creates new page with specified attributes (width, height, and format).
Syntax
HRESULT Page_CreateEmpty([in] ULONG Width, [in] ULONG Height, [in] IXC_PageFormat Format, [in] ULONG defColor, [out, retval] IIXC_Page** ppPage);
Parameters
- Width
- [in] Specifies the width of the new page.
- Height
- [in] Specifies the height of the new page.
- Format
- [in] Specifies internal format in which data will be stored into new page.
- defColor
- [in] Specifies color which will be used for filling entire page during creation.
- ppPage
- [out, retval] Pointer to IIXC_Page of created page will be stored.
Return Value
Returns S_OK if operation was successful or error code in other cases.