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