menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProtectionType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProtectionType

    Specifies the type of protection applied to the Word document.

    Inheritance
    System.Object
    ProtectionType
    Namespace: Syncfusion.DocIO
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public sealed class ProtectionType : Enum

    Fields

    AllowOnlyComments

    Allow only comments to be added to the document.

    Declaration
    public const ProtectionType AllowOnlyComments
    Field Value
    Type
    ProtectionType

    AllowOnlyFormFields

    Allow content to be added to the document only through form fields.

    Declaration
    public const ProtectionType AllowOnlyFormFields
    Field Value
    Type
    ProtectionType

    AllowOnlyReading

    Allow read-only access to the document.

    Declaration
    public const ProtectionType AllowOnlyReading
    Field Value
    Type
    ProtectionType

    AllowOnlyRevisions

    Allow only revisions to be made to existing content.

    Declaration
    public const ProtectionType AllowOnlyRevisions
    Field Value
    Type
    ProtectionType

    NoProtection

    Do not apply protection to the document.

    Declaration
    public const ProtectionType NoProtection
    Field Value
    Type
    ProtectionType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved