ConfigName Property |
Specifies the plotter configuration name.
Signature
object.ConfigName
object
Layout, PlotConfiguration
The object or objects this property applies to.
ConfigName
String; read-write
The name of the PC3 file or print device to be used by the layout
or plot configuration.
Remarks
This property does not take a fully qualified path, only the file name for the configuration file. Use the PrinterConfigPath property to specify the path for printer configuration files.
Use the RefreshPlotDeviceInfo method before trying to change the ConfigName property.
Do not assign the ConfigName property a value of "None." Attempting to do so results in unexpected behavior.
Comments? |