RedactorAppearanceVertTextAlignment Property |
Specifies the vertical text alignment in the overlay:
align<0 -> text will be top aligned.
align==0 -> text will be center aligned.
align>0 -> text will be bottom aligned.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int VertTextAlignment { get; set; }
Public Property VertTextAlignment As Integer
Get
Set
public:
virtual property int VertTextAlignment {
int get () sealed;
void set (int value) sealed;
}
function get_VertTextAlignment();
function set_VertTextAlignment(value);
Property Value
Type:
Int32See Also