XFINIUM.PDF Documentation
PdfStandardLayoutWritingMode Enumeration



Xfinium.Pdf.LogicalStructure Namespace : PdfStandardLayoutWritingMode Enumeration
Specifies the available values for PdfStandardLayoutAttribute.WritingMode property.
Syntax
'Declaration
 
Public Enum PdfStandardLayoutWritingMode 
   Inherits System.Enum
'Usage
 
Dim instance As PdfStandardLayoutWritingMode
public enum PdfStandardLayoutWritingMode : System.Enum 
public enum class PdfStandardLayoutWritingMode : public System.Enum 
Members
MemberDescription
BottomToTopLeftToRight Inline progression from bottom to top; block progression from left to right. This is the typical writing mode for the Batak writing system.
BottomToTopRightToLeft Inline progression from bottom to top; block progression from right to left. This is the typical writing mode for the Ancient Berber writing system.
LeftToRightBottomToTop Inline progression from left to right; block progression from bottom to top. There is currently no known writing system to which this writing mode applies.
LeftToRightTopToBottom Inline progression from left to right; block progression from top to bottom. This is the typical writing mode for Western writing systems.
RightToLeftBottomToTop Inline progression from right to left; block progression from bottom to top. There is currently no known writing system to which this writing mode applies.
RightToLeftTopToBottom Inline progression from right to left; block progression from top to bottom. This is the typical writing mode for Arabic and Hebrew writing systems.
TopToBottomLeftToRight Inline progression from top to bottom; block progression from right to left. This is the typical writing mode for Chinese and Japanese writing systems.
TopToBottomRightToLeft Inline progression from top to bottom; block progression from left to right. This is the typical writing mode for writing systems like classical Mongolian.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.LogicalStructure.PdfStandardLayoutWritingMode

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.LogicalStructure Namespace