IsWriteProtected
PresentationInfo.IsWriteProtected property
Ruft einen Wert ab, der angibt, ob eine gebundene Präsentation schreibgeschützt ist.
public NullableBool IsWriteProtected { get; }
Bemerkungen
Wenn die Präsentation zum Öffnen durch ein Kennwort geschützt ist, ist der Eigenschaftswert gleich NotDefined.
Beispiele
[C#]
IPresentationInfo info = PresentationFactory.Instance.GetPresentationInfo(presentationFilePath);
if (info.IsWriteProtected == NullableBool.True)
{
Console.WriteLine("The presentation '" + presentationFilePath + "' is write protected by a password.");
}
Siehe auch
- enum NullableBool
- class PresentationInfo
- namensraum Aspose.Slides
- Montage Aspose.Slides