IPXV_Control::PrintPages Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by 2 users not shown)
Line 18: Line 18:
 
:[in]  The count of pages to be printed, including the page specified by <tt>nFirst</tt>.
 
:[in]  The count of pages to be printed, including the page specified by <tt>nFirst</tt>.
 
;bUseDefOpts
 
;bUseDefOpts
:[in, defaultvalue(-1)]  The flag that causes the using of default print-options. You may pass <tt>false</tt> to use the options last used by end-user.
+
:[in, defaultvalue(-1)]  The flag that controls the using of default print-options. You may pass <tt>false</tt> to use the options last used by end-user.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 03:50, 15 June 2015


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