PDF for WinRT
StringFormatFlags Enumeration


Specifies the display and layout information for strings.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum StringFormatFlags 
   Inherits System.Enum
'Usage
 
Dim instance As StringFormatFlags
[Flags()]
public enum StringFormatFlags : System.Enum 
Members
MemberDescription
DirectionRightToLeftText is displayed from right to left.
DirectionVerticalText is displayed in the vertical direction.
DisplayFormatControlShow control characters as glyphs.
FitBlackBoxAllow parts of characters to overhang the layout rectangle.
LineLimitOnly entire lines are laid out in the layout rectangle.
MeasureTrailingSpacesIncludes the whitespace at the end of lines when laying out the text.
NoClipAllow text to render outside the layout rectangle.
NoFontFallbackDisable fallback to alternate fonts when requested font is not available.
NoWrapDisable wrapping within the layout rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Pdf.StringFormatFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Xaml.Pdf Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback