IPresentationInfo class

IPresentationInfo class

Information about presentation file

The IPresentationInfo type exposes the following members:

Properties

PropertyDescription
is_encryptedGets True if binded presentation is encrypted, otherwise False.
Read-only bool.
is_password_protectedGets a value that indicates whether a binded presentation is protected by a password to open.
is_write_protectedGets a value that indicates whether a binded presentation is write protected.
load_formatGets format of the binded presentation.
Read-only LoadFormat.

Methods

MethodDescription
write_binded_presentationWrites binded presentation to stream.
write_binded_presentationWrites binded presentation to file.
check_passwordChecks whether a password is correct for a presentation protected with open password.
check_write_protectionChecks whether a password to modify is correct for a write protected presentation.
read_document_propertiesGets document properties of binded presentation.
update_document_propertiesUpdates properties of binded presentation.

See Also