get_document_info method

get_document_info

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

Returns

An instance of IDocumentInfo

def get_document_info(self):
    ...

Example

The following example demonstrates how to retrieve the general document information using IDocumentInfo.

See Also