IPXV_Control::PrintPages Method

From PDF XChange PDF SDK
Jump to: navigation, search


Prints the specified pages range.

Syntax

HRESULT PrintPages([in]                    ULONG         nFirst,
                   [in]                    ULONG         nCount,
                   [in, defaultvalue(-1)]  VARIANT_BOOL  bUseDefOpts);

Parameters

nFirst
[in] The zero-based index of the first page to be printed.
nCount
[in] The count of pages to be printed, including the page specified by nFirst.
bUseDefOpts
[in, defaultvalue(-1)] The flag that controls the using of default print-options. You may pass false to use the options last used by end-user.

Return Value

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

See Also

IPXV_Control