 | 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
SyntaxPublic Enumeration JustifyTypes
public enum class JustifyTypes
Patagames.Pdf.Enums.JustifyTypes = function();
Patagames.Pdf.Enums.JustifyTypes.createEnum('Patagames.Pdf.Enums.JustifyTypes', false);
Members
| Member name | Value | Description |
---|
| Left | 0 |
Left-justified
|
| Centered | 1 |
Centered
|
| Right | 2 |
Right-justified
|
See Also