Gets the em-size of this
Font measured in the units specified by the
Unit property.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic float Size { get; }Public ReadOnly Property Size As Single
Get
public:
property float Size {
float get ();
}member Size : float32 with get
Property Value
Type:
SingleThe em-size of this
Font.
See Also