Click or drag to resize

PageElementInfoMerge Method

Merges properties and text items from the specified source PageElementInfo

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Merge(
	PageElementInfo infoSrc
)

Parameters

infoSrc
Type: NetQuarryPageElementInfo
The PageElementInfo object to merge into this one.
See Also