All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---Printer
o Property DeviceName( | ) As CATBSTR (Read Only) |
MsgBox myPrinter.DeviceName
o Property Orientation( | ) As CatPaperOrientation (Read Only) |
Dim DefaultPaperOrientation As CatPaperOrientation DefaultPaperOrientation = myPrinter.Orientation
o Property PaperHeight( | ) As float (Read Only) |
Dim Height Height = myPrinter.PaperHeight
o Property PaperSize( | ) As CatPaperSize (Read Only) |
Dim DefaultPaperSize As CatPaperSize DefaultPaperSize = myPrinter.PaperSize
o Property PaperWidth( | ) As float (Read Only) |
Dim Width As float Width = myPrinter.PaperWidth
Copyright © 2003, Dassault Systèmes. All rights reserved.