ReadOnlyRecommended
IProtectionManager.ReadOnlyRecommended-Eigenschaft
Ruft die empfohlene Einstellung für schreibgeschützt ab oder setzt sie. Lese-/Schreibbare Boolesche Werte.
public bool ReadOnlyRecommended { get; set; }
Beispiele
[C#]
Presentation pres = new Presentation();
pres.ProtectionManager.ReadOnlyRecommended = true;
pres.Save("ReadOnlyPresentation.pptx", SaveFormat.Pptx);
Siehe auch
- Schnittstelle IProtectionManager
- Namespace Aspose.Slides
- Assembly Aspose.Slides