PrintOut Method (IModelDoc2)
Obsolete. Superseded by IModelDocExtension::PrintOut2 and IModelDocExtension::IPrintOut2.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim FromPage As Integer
Dim ToPage As Integer
Dim NumCopies As Integer
Dim Collate As Boolean
Dim Printer As String
Dim Scale As Double
Dim PrintToFile As Boolean
instance.PrintOut(FromPage, ToPage, NumCopies, Collate, Printer, Scale, PrintToFile)
|
Parameters
- FromPage
-
- ToPage
-
- NumCopies
-
- Collate
-
- Printer
-
- Scale
-
- PrintToFile
-
See Also