PosPrinter.CapCharacterSet Property
2/27/2008
Gets the default character set capability.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapCharacterSet As CharacterSetCapability
public abstract CharacterSetCapability CapCharacterSet { get; }
public:
virtual property CharacterSetCapability CapCharacterSet {
CharacterSetCapability get () abstract;
}
/** @property */
public abstract CharacterSetCapability get_CapCharacterSet ()
public abstract function get CapCharacterSet () : CharacterSetCapability
Remarks
Possible values are defined by the CharacterSetCapability enumeration.
The default character set can contain a superset of these ranges.
The service object should set CapCharacterSet based on the capabilities of the device.
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
PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
CharacterSet