Skip to content

PDFStringHorizontalAlign

Namespace: O2S.Components.PDF4NET.Graphics

Supported horizontal align modes for text.

public enum PDFStringHorizontalAlign

Inheritance ObjectValueTypeEnumPDFStringHorizontalAlign
Implements

Fields

Name Value Description
Left 0 Text is left aligned.
Center 1 Text is center aligned.
Right 2 Text is right aligned.
Justified 3 Text is justified when drawn in a box.