ArcFM Solution Developer Guide
PrinterSettings Method (IMMPrinterSettings)


Syntax
'Declaration
 
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 IMMPrinterSettings
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)
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPrinterSettings Interface
IMMPrinterSettings Members

 

 


Send Comment