ReadOnlyRecommended
ProtectionManager.ReadOnlyRecommended property
Ruft schreibgeschützte Empfehlungen ab oder legt sie fest. Lesen/SchreibenBoolean .
public bool ReadOnlyRecommended { get; set; }
Beispiele
[C#]
Presentation pres = new Presentation();
pres.ProtectionManager.ReadOnlyRecommended = true;
pres.Save("ReadOnlyPresentation.pptx", SaveFormat.Pptx);
Siehe auch
- class ProtectionManager
- namensraum Aspose.Slides
- Montage Aspose.Slides