Click or drag to resize

PdfPageElementSubtype Property

Get or sets a value declaring that the group contains a pagination artifact.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PageElement Subtype { get; set; }

Property Value

PageElement
Required. Value may be HeaderFooter, Foreground, Background, or Logo. Unspecified means that there is no such entry in the underlying dictionary.
Exceptions
ExceptionCondition
ArgumentExceptionThe property is set and value is unsupported. Only HeaderFooter, Foreground, Background and Logo are allowed.
See Also