The Size Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the em-size of the new font for this AnnFont object.| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property Size As AnnLength | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnFont Dim value As AnnLength instance.Size = value value = instance.Size | |
| C# | |
|---|---|
public virtual AnnLength Size {get; set;} | |
Property Value
The em-size of the new font for this AnnFont object.For an example, refer to AnnFont.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code