Retrieves a configuration string from the printer.
[Visual Basic]
Public Function GetConfiguration() As String
[C#]
public string GetConfiguration();
None.
A configuration string as returned by the printer. An empty or null string indicates that the printer is incapable of this function based on a missing or null entry in the printer configuration file.
This method may only be called from outside a print job. This function opens the printer, retrieves data, and closes the printer afterwards.