PrintOut Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::PrintOut.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub PrintOut( _
ByVal FromPage As System.Integer, _
ByVal ToPage As System.Integer, _
ByVal NumCopies As System.Integer, _
ByVal Collate As System.Boolean, _
ByVal Printer As System.String, _
ByVal Scale As System.Double, _
ByVal PrintToFile As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim FromPage As System.Integer
Dim ToPage As System.Integer
Dim NumCopies As System.Integer
Dim Collate As System.Boolean
Dim Printer As System.String
Dim Scale As System.Double
Dim PrintToFile As System.Boolean
instance.PrintOut(FromPage, ToPage, NumCopies, Collate, Printer, Scale, PrintToFile) |
Parameters
- FromPage
-
- ToPage
-
- NumCopies
-
- Collate
-
- Printer
-
- Scale
-
- PrintToFile
-
See Also