8.1.23.4 PageBase::Type

It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021.


Description

Read-only property. Return the page type of a Page object.

Name

Type

Examples

EX1

import PyOrigin
pg = PyOrigin.ActivePage()
print( pg.Type )

See Also

GetType