XFINIUM.PDF Documentation
GlyphOrientationVertical Property



Xfinium.Pdf.LogicalStructure Namespace > PdfStandardLayoutAttribute Class : GlyphOrientationVertical Property
Gets or sets the glyph orientation.
Syntax
'Declaration
 
Public Property GlyphOrientationVertical As Integer
'Usage
 
Dim instance As PdfStandardLayoutAttribute
Dim value As Integer
 
instance.GlyphOrientationVertical = value
 
value = instance.GlyphOrientationVertical
public int GlyphOrientationVertical {get; set;}
public:
property int GlyphOrientationVertical {
   int get();
   void set (    int value);
}

Property Value

The orientation of glyphs when the inline-progression direction is top to bottom or bottom to top
Remarks
The value -1 indicates a default orientation for text, depending on whether it is fullwidth (as wide as it is high).
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

PdfStandardLayoutAttribute Class
PdfStandardLayoutAttribute Members