[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.VariableTextJustification

Enum VariableTextJustification

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Specifies text justification to be used when displaying variable text in FreeTextAnnotation, WidgetAnnotation etc.

public enum VariableTextJustification

Fields

Centered = 1

Text is centered.

LeftJustified = 0

Text is left justified.

RightJustified = 2

Text is right justified.