DocumentItemGetNewPage Method | |
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax 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:
PageItemA new
PageItem reference that can be linked to this document.
See Also