ReadOnlyRecommended

IProtectionManager.ReadOnlyRecommended property

Obtiene o establece la recomendación de solo lectura. Lectura/escrituraBoolean .

public bool ReadOnlyRecommended { get; set; }

Ejemplos

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

Ver también