'Declaration Public Function GetNearestPage( _
ByVal pointInDocumentEditorSpaceThe point in the document editor space.As Vintasoft.Primitives.VintasoftPoint _
) As DocumentPage
public DocumentPage GetNearestPage(
Vintasoft.Primitives.VintasoftPoint pointInDocumentEditorSpace
)
public: DocumentPage* GetNearestPage(
Vintasoft.Primitives.VintasoftPoint pointInDocumentEditorSpace
)
public:
DocumentPage^ GetNearestPage(
Vintasoft.Primitives.VintasoftPoint pointInDocumentEditorSpace
)
Parameters
- pointInDocumentEditorSpace
- The point in the document editor space.
Return Value
A document page, which is the nearest to the specified point.