Table of Contents

Enum TextOrientation

Namespace
UglyToad.PdfPig.Content
Assembly
UglyToad.PdfPig.dll

Orientation of the text.

public enum TextOrientation : byte

Fields

Horizontal = 1

Usual text orientation (Left to Right).

Other = 0

Other text orientation.

Rotate180 = 2

Horizontal text, upside down.

Rotate270 = 4

Rotated text going up.

Rotate90 = 3

Rotated text going down.