Print3 Method (IEModelViewControl)
Obsolete. Superseded by IEModelViewControl::Print4.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim ShowDialog As System.Boolean
Dim FileName As System.String
Dim Shaded As System.Boolean
Dim DraftQuality As System.Boolean
Dim Color As System.Boolean
Dim printType As EMVPrintType
Dim scale As System.Double
Dim centerOffsetX As System.Integer
Dim centerOffsetY As System.Integer
instance.Print3(ShowDialog, FileName, Shaded, DraftQuality, Color, printType, scale, centerOffsetX, centerOffsetY) |
Parameters
- ShowDialog
- True to show the Print dialog, false to not
- FileName
- Document name to show in the printer queue for this eDrawings file (see Remarks)
- Shaded
- True to print shaded, false to not print shaded
- DraftQuality
- True to print draft quality, false to print regular quality
- Color
- True to print in grayscale on black-and-white printers, false to print black and white (lines, edges, and text are black, and shaded data is grayscale)
- printType
- Scale the eDrawings file as defined in EMVPrintType (see Remarks)
- scale
- Scaling factor; this argument is valid only when printType is set to eScaled
- centerOffsetX
- Offset in thousands of an inch; this argument is valid only when printType is set to eScaled
- centerOffsetY
- Offset in thousands of an inch; this argument is valid only when printType is set to eScaled
Remarks
See Also
Availability
eDrawings API 2008 SP0