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.4.0+02318d3e3f9645a1305b87026fb971a660079e54
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