Clones this PageCollection with the specified clone settings and prefix the field fullNames.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public Page[] CloneToArray( PageCloneSettings cloneSettings, string fieldPrefix ) |
| Visual Basic |
|---|
Public Function CloneToArray ( _ cloneSettings As PageCloneSettings, _ fieldPrefix As String _ ) As Page() |
Parameters
- cloneSettings
- Type: TallComponents.PDF..::..PageCloneSettings
The clone settings.
- fieldPrefix
- Type: System..::..String
The fieldprefix to use (null or string.Empty means: no prefix)
Return Value
A page[] array.
Remarks
This function doesn't return a PageCollection, but a Page[].
The pages in the array are not bound to any PageCollection.