DocumentAddElement(PageElement, Single) Method

Adds a PDF page element to this document at the given Y offset after the last PDF element added to document or to a page

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public void AddElement(
	PageElement pageElement,
	float offsetY
)

Parameters

pageElement  PageElement
The page element to be added
offsetY  Single
The Y offset after the last PDF element added to document

See Also