Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WidgetAnnotation Class / Justification Property

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

    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.

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