CharacterInfoOffset Property |
Gets offset to the next character in points.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic float Offset { get; }
Public ReadOnly Property Offset As Single
Get
public:
property float Offset {
float get ();
}
member Offset : float32 with get
Property Value
Type:
Single
Offset in points.
See Also