Click or drag to resize
Pdftools logo

WritingMode Enumeration

Used to distinguish between horizontally and vertically written text.

Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.2.0+708f7116d933787a0712d56133e4c2c9bf21e5e3
Syntax
C#
public enum WritingMode
Members
Member nameValueDescription
Horizontal0 The writing direction is in positive x-direction.
Vertical1 The writing direction is in negative y-direction.
See Also