get_ReadOnlyRecommended()

IProtectionManager::get_ReadOnlyRecommended() method

Gets read-only recommendation. Read bool.

virtual bool Aspose::Slides::IProtectionManager::get_ReadOnlyRecommended()=0

Remarks

auto pres = System::MakeObject<Presentation>();
pres->get_ProtectionManager()->set_ReadOnlyRecommended(true);
pres->Save(u"ReadOnlyPresentation.pptx", Aspose::Slides::Export::SaveFormat::Pptx);

See Also