UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.ITextItem Interface Reference

Specify text and position on plane where text starts. More...

Inheritance diagram for UniPRT.Sdk.LabelMaker.Interfaces.ITextItem:
UniPRT.Sdk.LabelMaker.Interfaces.ATextItem UniPRT.Sdk.LabelMaker.Interfaces.TextItem

Properties

string Data [get, set]
 The text content.
 
IFontSize FontSize [get, set]
 Horizontal/Vertical font size. 0 for default no scaling/resizing. 0-100% scaling or size in points (1/72 inch) or ruler. More...
 
IPoint Start [get, set]
 Position where text starts.
 

Detailed Description

Specify text and position on plane where text starts.

Property Documentation

◆ FontSize

IFontSize UniPRT.Sdk.LabelMaker.Interfaces.ITextItem.FontSize
getset

Horizontal/Vertical font size. 0 for default no scaling/resizing. 0-100% scaling or size in points (1/72 inch) or ruler.

Size will depend on FontSizeUnitsEnum setting.