update_document_properties method

update_document_properties

Updates properties of binded presentation.

def update_document_properties(self, document_properties):
    ...
ParameterTypeDescription
document_propertiesIDocumentProperties

Examples

This sample shows how to call the PresentationInfo.update_document_properties method to update the document properties returned by call of the PresentationInfo.read_document_properties method.

See Also