FieldSetJustification Method |
Sets the justification to be used in displaying the text field.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetJustification(
FieldTextJustification j
)
Public Sub SetJustification (
j As FieldTextJustification
)
public:
virtual void SetJustification(
[InAttribute] FieldTextJustification j
) sealed
function SetJustification(j);
Parameters
- j
- Type: pdftron.PDFFieldTextJustification
the new justification
See Also