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

In This Topic
    Justification Property (FreeTextAnnotation)
    In This Topic
    Gets or sets the justification to be used in displaying the annotation’s text. See PDF specification for details.
    Syntax
    'Declaration
     
    Public Property Justification As VariableTextJustification
    public VariableTextJustification Justification {get; set;}
    See Also