PointCardRW.CapMapCharacterSet Property
Indicates whether the service object can map
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Usage
'Usage
Dim pointCardRW1 As PointCardRW
Dim returnValue As Boolean
returnValue = pointCardRW1.CapMapCharacterSet
Syntax
'Declaration
Public MustOverride ReadOnly Property CapMapCharacterSet() As Boolean
public abstract bool CapMapCharacterSet {get;}
public: property virtual Boolean CapMapCharacterSet{
Boolean get();
}
public abstract boolean get_CapMapCharacterSet();
public abstract function get CapMapCharacterSet() : Boolean;
Remarks
Defines the ability of the service object to map characters of the application to the selected character set when printing data.
If CapMapCharacterSet is TRUE, the service object can map the characters to the character sets defined in CharacterSetList.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace