IsWriteProtected
IPresentationInfo.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. SeeNullableBool
Aufzählung.
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
- interface IPresentationInfo
- namensraum Aspose.Slides
- Montage Aspose.Slides