The PrintManager type exposes the following members.

Methods

  NameDescription
Public methodApply
Apply the local print settings to global for all documents.
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSelectNewPrintDriver
Select a new printer.
Public methodSubmitPrint()()()()
Print the views and sheets defined in the current local PrintManager settings.
Public methodSubmitPrint(View)
Print a view with the current PrintManager settings.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCollate
Indicates whether to collate of the current print.
Public propertyCombinedFile
Indicates whether to combine multiple selected views/sheets into a single file.
Public propertyCopyNumber
The copy number.
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyIsVirtual
The virtual type in Autodesk Revit.
Public propertyPaperSizes
Get all print sizes of current printer.
Public propertyPaperSources
Get all print sources of current printer.
Public propertyPrinterName
The name of the current printer.
Public propertyPrintOrderReverse
Indicates whether to reverse the print order of the current print.
Public propertyPrintRange
The print range.
Public propertyPrintSetup
The PrintSetup which manages the print settings of current document.
Public propertyPrintToFile
Indicates whether to print to file.
Public propertyPrintToFileName
The file name when printing to file.
Public propertyViewSheetSetting
The ViewSheetSetting which manages the view/sheet set information of current document, and you can change the default view/sheet set for current project.

See Also