ReadOnlyRecommended

IProtectionManager.ReadOnlyRecommended property

Gets or sets read-only recommendation. Read/write Boolean.

public bool ReadOnlyRecommended { get; set; }

Examples

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

See Also