Click or drag to resize

WizCompletedPageInfosAdd Method (PageElementInfo)

Constructor taking a PageElementInfo object representing a completed page element in the current wizard instance.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	PageElementInfo pei
)

Parameters

pei
Type: NetQuarryPageElementInfo
The completed page element object.

Return Value

Type: Int32
The number of pages added to this collection.
See Also