Gets or sets the horizontal alignment of the text rendered by this element in PDF

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public HorizontalTextAlign TextAlign { get; set; }
Visual Basic
Public Property TextAlign As HorizontalTextAlign
	Get
	Set
Visual C++
public:
property HorizontalTextAlign TextAlign {
	HorizontalTextAlign get ();
	void set (HorizontalTextAlign value);
}

Property Value

Type: HorizontalTextAlign

See Also