Click or drag to resize

FieldClone Method

Clones this Field instance, and optionally clones it's result.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public Field Clone(
	bool cloneResult
)

Parameters

cloneResult  Boolean
true to clone field result; otherwise false.

Return Value

Field
Cloned field.
See Also