Gets or sets the vertical 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 VerticalTextAlign VerticalTextAlign { get; set; }
Visual Basic
Public Property VerticalTextAlign As VerticalTextAlign
	Get
	Set
Visual C++
public:
property VerticalTextAlign VerticalTextAlign {
	VerticalTextAlign get ();
	void set (VerticalTextAlign value);
}

Property Value

Type: VerticalTextAlign

See Also