Skip to main content
All docs
V26.1
  • Presentation.Protect(WriteProtectionOptions) Method

    Protects a presentation from edit operations with the specified write protection options.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void Protect(
        WriteProtectionOptions options
    )

    Parameters

    Name Type Description
    options WriteProtectionOptions

    Contains write protection options for the presentation.

    Remarks

    For information on how to encrypt and protect a presentation, refer to the following help topic: Encrypt and Protect Presentations.

    See Also