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.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
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