PosPrinterFontProperty.CharacterSizes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of character sizes of the point-of-service printer font.
public:
property IVectorView<SizeUInt32> ^ CharacterSizes { IVectorView<SizeUInt32> ^ get(); };
IVectorView<SizeUInt32> CharacterSizes();
public IReadOnlyList<SizeUInt32> CharacterSizes { get; }
var iVectorView = posPrinterFontProperty.characterSizes;
Public ReadOnly Property CharacterSizes As IReadOnlyList(Of SizeUInt32)
Property Value
The list of numeric value pairs for the character sizes of the point-of-service-printer font.