set_DocumentProperty()

IPresentation::set_DocumentProperty(System::String, System::SharedPtr<System::Object>) method

Set custom property defined by name.

virtual void Aspose::Slides::IPresentation::set_DocumentProperty(System::String name, System::SharedPtr<System::Object> value)=0

Remarks

Value can be int, float, double, string, bool or DateTime.

See Also