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: 7.6.1.3-5cb5c356
Syntax
C#
public PageItem GetNewPage(
	string identifier,
	string pageFilePath
)

Parameters

identifier
Type: SystemString
The page (bates) identifier.
pageFilePath
Type: SystemString
The full path to the page file.

Return Value

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