IPXV_Control::PrintWithDlg Method

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

Jump to: navigation, search


Shows the Print dialog.

Syntax

HRESULT PrintWithDlg([in, defaultvalue(0)]   VARIANT_BOOL  UseDefOpts,
                     [in, defaultvalue(-1)]  VARIANT_BOOL  SaveUserChanges);

Parameters

UseDefOpts
[in, defaultvalue(0)] The flag that controls the using of default print-options. You may pass false to use the options last used by end-user.
SaveUserChanges
[in, defaultvalue(-1)] The flag that controls the saving the user's printing-preferences.

Return Value

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

See Also

IPXV_Control