'Declaration Public Property Justification As System.Nullable(Of VariableTextJustification)
public System.Nullable<VariableTextJustification> Justification {get; set;}
Note that if this property is not specified (the value is null) then GrapeCity.Documents.Pdf.AcroForms.Field.Justification is used. See PDF specification for details.
'Declaration Public Property Justification As System.Nullable(Of VariableTextJustification)
public System.Nullable<VariableTextJustification> Justification {get; set;}