ArcFM Engine Developer Guide
PrinterSettings Method (IMMPrinterSettings)


Syntax
'Declaration
 
Sub PrinterSettings( _
   ByVal hWnd As Integer, _
   ByVal sPrinterName As String, _
   ByVal bShowDialog As Boolean, _
   ByRef pPaper As ESRI.ArcGIS.Output.IPaper, _
   ByRef iNumCopies As Integer, _
   ByRef iColorMode As Integer, _
   ByRef iOrientation As Integer, _
   ByRef iPrintQuality As Integer _
) 
'Usage
 
Dim instance As IMMPrinterSettings
Dim hWnd As Integer
Dim sPrinterName As String
Dim bShowDialog As Boolean
Dim pPaper As ESRI.ArcGIS.Output.IPaper
Dim iNumCopies As Integer
Dim iColorMode As Integer
Dim iOrientation As Integer
Dim iPrintQuality As Integer
 
instance.PrinterSettings(hWnd, sPrinterName, bShowDialog, pPaper, iNumCopies, iColorMode, iOrientation, iPrintQuality)
void PrinterSettings( 
   int hWnd,
   string sPrinterName,
   bool bShowDialog,
   out ESRI.ArcGIS.Output.IPaper pPaper,
   out int iNumCopies,
   out int iColorMode,
   out int iOrientation,
   out 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