IPXV_Control::CreateNewBlankDoc Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 19: Line 19:
 
:[in]  The height in points (1/72 in) of pages to be created.
 
:[in]  The height in points (1/72 in) of pages to be created.
 
;nPagesCount
 
;nPagesCount
:[in]  The inital count of pages to be creates.
+
:[in]  The inital count of pages to be created.
 
;nPageRotation
 
;nPageRotation
 
:[in, defaultvalue(0)]  The rotation angle of new pages, multiple of 90(degrees).
 
:[in, defaultvalue(0)]  The rotation angle of new pages, multiple of 90(degrees).

Revision as of 13:03, 29 May 2015


Creates and opens the new blank document.

Syntax

HRESULT CreateNewBlankDoc([in]                   double  nPageWidth,
                          [in]                   double  nPageHeight,
                          [in]                   LONG    nPagesCount,
                          [in, defaultvalue(0)]  LONG    nPageRotation);

Parameters

nPageWidth
[in] The width in points (1/72 in) of pages to be created.
nPageHeight
[in] The height in points (1/72 in) of pages to be created.
nPagesCount
[in] The inital count of pages to be created.
nPageRotation
[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