ReadOnlyRecommended

IProtectionManager.ReadOnlyRecommended свойство

Получает или устанавливает рекомендацию только для чтения. Читаемое/записываемое значение Boolean.

public bool ReadOnlyRecommended { get; set; }

Примеры

[C#]
Presentation pres = new Presentation();
pres.ProtectionManager.ReadOnlyRecommended = true;
pres.Save("ReadOnlyPresentation.pptx", SaveFormat.Pptx);

См. также