update_document_properties method

update_document_properties

Updates properties of binded presentation.

def update_document_properties(self, document_properties):
    ...
ParameterTypeDescription
document_propertiesIDocumentPropertiesDocument properties IDocumentProperties

Examples

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

See Also