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

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