<< Click to Display Table of Contents >> Navigation: Drivers API > IPXCPrinter Interface > Properties > Property Name |
This is a read-only property that returns the name of the printer associated with the object. Please note that declarations are case-sensitive:
C#
string Name;
C++
HRESULT get_Name([out, retval] BSTR* pName);
(VB)
Property Name As String
If the requested printer name already exists the the returned name will be different from the name passed in the printer properties section of the IPXCControlEx Object.