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

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

Reference

WidgetAnnotation Class
WidgetAnnotation Members