IPXV_Control::CreateNewBlankDoc2 Method

From PDF XChange PDF SDK
Revision as of 07:25, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Creates and opens the new blank document.

Syntax

HRESULT CreateNewBlankDoc2([in]                   BSTR  PaperSize,
                           [in]                   LONG  PagesCount,
                           [in, defaultvalue(0)]  LONG  PageRotation);

Parameters

PaperSize
[in] Specifies a standard paper name. For example:
A4
B4
Letter/ANSI A
Tabloid/ANSI B
...
PagesCount
[in] The initial pages count.
PageRotation
[in, defaultvalue(0)] The rotation angle of new pages, multiple of 90(degrees).

Return Value

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

See Also

IPXV_Control