ArcFM Responder Mobile Developer Guide
PrinterSettings Method (MMPrinterSettingsClass)






Syntax
'Declaration
 
Public Overridable Sub PrinterSettings( _
   ByVal hWnd As System.Integer, _
   ByVal sPrinterName As System.String, _
   ByVal bShowDialog As System.Boolean, _
   ByRef pPaper As ESRI.ArcGIS.Output.IPaper, _
   ByRef iNumCopies As System.Integer, _
   ByRef iColorMode As System.Integer, _
   ByRef iOrientation As System.Integer, _
   ByRef iPrintQuality As System.Integer _
) 
'Usage
 
Dim instance As MMPrinterSettingsClass
Dim hWnd As System.Integer
Dim sPrinterName As System.String
Dim bShowDialog As System.Boolean
Dim pPaper As ESRI.ArcGIS.Output.IPaper
Dim iNumCopies As System.Integer
Dim iColorMode As System.Integer
Dim iOrientation As System.Integer
Dim iPrintQuality As System.Integer
 
instance.PrinterSettings(hWnd, sPrinterName, bShowDialog, pPaper, iNumCopies, iColorMode, iOrientation, iPrintQuality)
public virtual void PrinterSettings( 
   System.int hWnd,
   System.string sPrinterName,
   System.bool bShowDialog,
   out ESRI.ArcGIS.Output.IPaper pPaper,
   out System.int iNumCopies,
   out System.int iColorMode,
   out System.int iOrientation,
   out System.int iPrintQuality
)
public procedure PrinterSettings( 
    hWnd: System.Integer;
    sPrinterName: System.String;
    bShowDialog: System.Boolean;
   Out  pPaper: ESRI.ArcGIS.Output.IPaper;
   Out  iNumCopies: System.Integer;
   Out  iColorMode: System.Integer;
   Out  iOrientation: System.Integer;
   Out  iPrintQuality: System.Integer
); virtual; 
public function PrinterSettings( 
   hWnd : System.int,
   sPrinterName : System.String,
   bShowDialog : System.boolean,
   pPaper : ESRI.ArcGIS.Output.IPaper,
   iNumCopies : System.int,
   iColorMode : System.int,
   iOrientation : System.int,
   iPrintQuality : System.int
);
public: virtual void PrinterSettings( 
   System.int hWnd,
   System.string* sPrinterName,
   System.bool bShowDialog,
   [PARAMFLAG::Out] ESRI.ArcGIS.Output.IPaper* pPaper,
   [PARAMFLAG::Out] System.int iNumCopies,
   [PARAMFLAG::Out] System.int iColorMode,
   [PARAMFLAG::Out] System.int iOrientation,
   [PARAMFLAG::Out] System.int iPrintQuality
) 
public:
virtual void PrinterSettings( 
   System.int hWnd,
   System.String^ sPrinterName,
   System.bool bShowDialog,
   [Out] ESRI.ArcGIS.Output.IPaper^ pPaper,
   [Out] System.int iNumCopies,
   [Out] System.int iColorMode,
   [Out] System.int iOrientation,
   [Out] System.int iPrintQuality
) 

Parameters

hWnd
sPrinterName
bShowDialog
pPaper
iNumCopies
iColorMode
iOrientation
iPrintQuality
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMPrinterSettingsClass Class
MMPrinterSettingsClass Members

Send Feedback