DocumentLocation Constructor(C1Page)
In This Topic
Initializes a new instance of the
DocumentLocation class.
Syntax
'Declaration
Public Function New( _
ByVal As C1Page _
)
public DocumentLocation(
C1Page
)
Parameters
- page
- The target document page.
See Also