Inesoft PrintCE SDK .NET
PrintCE::FontAngle Property

Rotation angle of the font (in degree).

C# Syntax: int value = object.FontAngle;
           object.FontAngle =
value;

VB Syntax: Dim value As Int32 = object.FontAngle
           object.FontAngle =
value

Parameters

val

Rotation angle of the font in degree (default is 0).


© 2009 Inesoft. All rights reserved.