Click or drag to resize

PdfPageElement(PageElement) Constructor

Creates new instance of PdfPageElement.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfPageElement(
	PageElement element
)

Parameters

element  PageElement
A value declaring that the group contains a pagination artifact.
Exceptions
ExceptionCondition
ArgumentExceptionAn unsupported element was passed. Only Background, Foreground, HeaderFooter and Logo are allowed.
See Also