 | PdfPageElementSubtype Property |
Get or sets a value declaring that the group contains a pagination artifact.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PageElement Subtype { get; set; }
Public Property Subtype As PageElement
Get
Set
public:
property PageElement Subtype {
PageElement get ();
void set (PageElement value);
}
member Subtype : PageElement with get, set
/** @property */
public PageElement get_Subtype()
/** @property */
public void set_Subtype(PageElement value)
function get_Subtype();
function set_Subtype(value);
Property Value
PageElementRequired. Value may be
HeaderFooter,
Foreground,
Background, or
Logo.
Unspecified means that there is no such entry in the underlying dictionary.
Exceptions
See Also