get_document_info method

get_document_info(self)

Gets the general information about the document - size, page count, etc.

Returns

An instance of IDocumentInfo


def get_document_info(self):
    ...

See Also