PapersDocument.Mark

Fields

Name

Type

Access

Description

doc_point

PapersDocument.Point

r/w

page_index

int

r/w

Methods

copy ()

Details

class PapersDocument.Mark

PpsMark is a simple boxed structure that is used to uniquely and invariably identify any point in a document. Documents have independent coordinate systems per page, and therefore, to uniquely identify a point, it is necessary to know both the index of the page, and the coordinates of the point within that page.

This structure and its fields page_index and doc_point are public.

New in version 48.0.

copy()
Return type:

PapersDocument.Mark