FieldGetJustification Method |
Gets the justification.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public FieldTextJustification GetJustification()
Public Function GetJustification As FieldTextJustification
public:
virtual FieldTextJustification GetJustification() sealed
function GetJustification();
Return Value
Type:
FieldTextJustification the form of quadding (justification) to be used in displaying
the text fields.
See Also