PrintOut Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::PrintOut.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
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