ReadOnlyRecommended

ProtectionManager.ReadOnlyRecommended property

Obtient ou définit une recommandation en lecture seule. Lecture/écritureBoolean .

public bool ReadOnlyRecommended { get; set; }

Exemples

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

Voir également