IPrintManager Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IPrintManager members.

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