Print3 Method (IEModelViewControl)
Obsolete. Superseded by IEModelViewControl::Print4.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim ShowDialog As Boolean
Dim FileName As String
Dim Shaded As Boolean
Dim DraftQuality As Boolean
Dim Color As Boolean
Dim printType As EMVPrintType
Dim scale As Double
Dim centerOffsetX As Integer
Dim centerOffsetY As 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
SolidWorks eDrawings API 2008 SP0