Click or drag to resize

JustifyTypes Enumeration

A code specifying the form of justification to be used in displaying the text

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum JustifyTypes
Members
  Member nameValueDescription
Left0 Left-justified
Centered1 Centered
Right2 Right-justified
See Also