PointCardRW.CapMapCharacterSet Property
2/27/2008
Gets a Boolean value that indicates whether the service object can map
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapMapCharacterSet As Boolean
public abstract bool CapMapCharacterSet { get; }
public:
virtual property bool CapMapCharacterSet {
bool get () abstract;
}
/** @property */
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 the CapMapCharacterSet property is true, the service object can map the characters to the character sets that are defined in the CharacterSetList property.
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.
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace