IPrintManager Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IPrintManager.

Public Properties

 NameDescription
 PropertyHideGeometryOnSheetGets or sets whether the geometry of the model shown in Viewports is printed with hidden lines removed.  
 PropertyOrientationSets the page orientation for printing.  
 PropertyPaperSizeGets or sets the name of the size of the paper.  
 PropertyPrinterGets or sets the name of the printer to use.  
 PropertyPrintInBackgroundGets or sets whether to print the drawing in the background.  
 PropertyPrintInverseGets or sets whether to reverse the output direction.  
 PropertyPrintOnCenterGets or sets whether to use same-size margins at the top, bottom, left, and right for print offset.  
 PropertyPrintSheetLastGets or sets whether to print first the geometry of the model in Viewports or the geometry of the Sheet in the graphics area.  
 PropertyQualityGets or sets print quality.  
 PropertyScaleLineWeightGets or sets whether to scale LineWeight to the print scale.  
 PropertyScaleToFitGets or sets whether to scale the printout to fit the paper.  
 PropertyStyleTableGets or sets the name of the PrintStyle table.  
 PropertyUseAssignedLineWeightGets or sets whether to print entities in the LineWeights assigned in the Layers.  
 PropertyUseAssignedPrintStyleGets or sets whether PrintStyles applied to Layers and entities are printed.  
 PropertyUserScaleGets or sets whether to use a user-defined scale when printing.  
 PropertyViewDisplayStyleGets or sets the display state for Shaded views when printing.  
Top

Public Methods

 NameDescription
 MethodAvailablePaperSizes

Gets the names of the available paper sizes.

 
 MethodAvailablePaperSizesInLocaleGets the names of the localized paper sizes for this locale.  
 MethodGetAvailablePrintersGets the names of the available printers.  
 MethodGetPaperSizeGets the size of the paper.  
 MethodGetPrintMarginsGets the size of the margins of the paper size specified to use for printing.  
 MethodGetPrintOffsetGets the margins for print offset.  
 MethodGetPrintRangeGets the area to print.  
 MethodGetStandardScale

Gets the standard scale and value of the scale for printing.

 
 MethodGetUserScaleValueGets the user-defined paper and drawing units (millimeters or inches) for printing.  
 MethodPaperSizeInLocaleGets the name of the localized paper size that corresponds to the specified non-localized paper size.  
 MethodPrintOutSets the number of copies of the active document to print.  
 MethodSetClosestValidPaperSizeSets the size of the paper to a valid size for the printer that is closest to the specified length and width.  
 MethodSetPrintMarginsSets the size of the margins for the paper size specified to use for printing.  
 MethodSetPrintOffsetSets the margins for print offset.  
 MethodSetPrintRangeSets the area to print.  
 MethodSetStandardScale

Sets the standard scale for printing.

 
 MethodSetUserScaleValueSets the user-defined paper and drawing units (millimeters or inches) for printing.  
Top

See Also