ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Field Class / Justification Property




In This Topic
    Justification Property (Field)
    In This Topic
    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