Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProtectionType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProtectionType

    Specifies the type of protection.

    Inheritance
    System.Object
    ProtectionType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ProtectionType : Enum

    Fields

    FormFieldsOnly

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

    Declaration
    public const ProtectionType FormFieldsOnly
    Field Value
    Type Description
    ProtectionType

    NoProtection

    Do not apply protection to the document.

    Declaration
    public const ProtectionType NoProtection
    Field Value
    Type Description
    ProtectionType

    ReadOnly

    Allow read-only access to the document.

    Declaration
    public const ProtectionType ReadOnly
    Field Value
    Type Description
    ProtectionType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved