ImageGear .NET - Updated
Justification Property (Field)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : Justification Property
Gets or sets a value indicating the justification for this field.
Syntax
'Declaration
 
Public Property Justification As TextJustification
'Usage
 
Dim instance As Field
Dim value As TextJustification
 
instance.Justification = value
 
value = instance.Justification
public TextJustification Justification {get; set;}
public: __property TextJustification get_Justification();
public: __property void set_Justification( 
   TextJustification value
);
public:
property TextJustification Justification {
   TextJustification get();
   void set (    TextJustification value);
}

Property Value

The justification for the text in this field. Left, right, or centered.
Remarks
This property is only valid for TextFields, ListBoxes, ComboBoxes, and PushButtons. Other fields will not be affected.
See Also

Reference

Field Class
Field Members