Printer Property (IPrintManager) Send Feedback
See Also  Example
Gets or sets the name of the printer to use.

Syntax

Visual Basic 
Property Printer As System.String
C# 
System.string Printer {get; set;}
JavaScript 
get_Printer () : String
put_Printer (
   NewVal : String
)
COM native C++ 
HRESULT get_Printer(
   BSTR* Val
) 
HRESULT put_Printer( 
   BSTR NewVal
C++ 
DSRESULT get_Printer (
   dsString* Val
)
DSRESULT put_Printer(
   const dsString& NewVal
)

Property Value

Name of the printer to use (see Remarks)

Example

Remarks

Possible printer names include all of the output devices configured on your system and the following built-in plotters that print to files in the specified format:

  • PDF
  • JPG
  • PNG
  • SVG

See Also

Availability

DraftSight V1R1