Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field Class / Justification Property

In This Topic
    Justification Property (Field)
    In This Topic
    Gets or sets the justification to be used in displaying the field’s text.

    Note that this field is used only if GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.Justification is not specified.

    Syntax
    'Declaration
     
    Public Property Justification As System.Nullable(Of VariableTextJustification)
    public System.Nullable<VariableTextJustification> Justification {get; set;}
    See Also