Share via


PosPrinterFontProperty.CharacterSizes Property

Definition

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.

Applies to