Click or drag to resize

DocumentItemGetNewPage Method

Gets a new PageItem reference which can be added to the page collection of this document via AddPage(PageItem).

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public PageItem GetNewPage(
	string identifier,
	string pageFilePath
)

Parameters

identifier  String
The page (bates) identifier.
pageFilePath  String
The full path to the page file.

Return Value

PageItem
A new PageItem reference that can be linked to this document.
See Also