 | PageElement Enumeration |
An enumeration that represents the group's pagination artifact.
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 PageElement
public enum class PageElement
Patagames.Pdf.Enums.PageElement = function();
Patagames.Pdf.Enums.PageElement.createEnum('Patagames.Pdf.Enums.PageElement', false);
Members
| Member name | Value | Description |
---|
| HeaderFooter | 0 |
Header / footer
|
| Foreground | 1 |
Foreground image or graphic
|
| Background | 2 |
Background image or graphic
|
| Logo | 3 |
Logo
|
| Unspecified | 4 |
No such entry in the underlying dictionary.
|
See Also