Documents for PDF, .NET Edition Documentation
Justification Property (Field)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.AcroForms Namespace > Field Class : Justification Property
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

Reference

Field Class
Field Members