Search Results for

    Show / Hide Table of Contents

    Class PdfSecuritySettings

    Inheritance
    System.Object
    PdfSecuritySettings
    Implements
    Google.Protobuf.IMessage<PdfSecuritySettings>
    Google.Protobuf.IMessage
    System.IEquatable<PdfSecuritySettings>
    Google.Protobuf.IDeepCloneable<PdfSecuritySettings>
    Google.Protobuf.IBufferMessage
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: IronPdfEngine.Proto
    Assembly: IronPdf.dll
    Syntax
    public sealed class PdfSecuritySettings : IMessage<PdfSecuritySettings>, IMessage, IEquatable<PdfSecuritySettings>, IDeepCloneable<PdfSecuritySettings>, IBufferMessage

    Constructors

    PdfSecuritySettings()

    Declaration
    public PdfSecuritySettings()

    PdfSecuritySettings(PdfSecuritySettings)

    Declaration
    public PdfSecuritySettings(PdfSecuritySettings other)
    Parameters
    Type Name Description
    PdfSecuritySettings other

    Fields

    AllowUserAnnotationsFieldNumber

    Declaration
    public const int AllowUserAnnotationsFieldNumber = 1
    Field Value
    Type Description
    System.Int32

    AllowUserCopyPasteContentFieldNumber

    Declaration
    public const int AllowUserCopyPasteContentFieldNumber = 2
    Field Value
    Type Description
    System.Int32

    AllowUserCopyPasteContentForAccessibilityFieldNumber

    Declaration
    public const int AllowUserCopyPasteContentForAccessibilityFieldNumber = 3
    Field Value
    Type Description
    System.Int32

    AllowUserEditsFieldNumber

    Declaration
    public const int AllowUserEditsFieldNumber = 4
    Field Value
    Type Description
    System.Int32

    AllowUserFormDataFieldNumber

    Declaration
    public const int AllowUserFormDataFieldNumber = 5
    Field Value
    Type Description
    System.Int32

    AllowUserPrintingFieldNumber

    Declaration
    public const int AllowUserPrintingFieldNumber = 6
    Field Value
    Type Description
    System.Int32

    OwnerPasswordFieldNumber

    Declaration
    public const int OwnerPasswordFieldNumber = 7
    Field Value
    Type Description
    System.Int32

    UserPasswordFieldNumber

    Declaration
    public const int UserPasswordFieldNumber = 8
    Field Value
    Type Description
    System.Int32

    Properties

    AllowUserAnnotations

    Declaration
    public bool AllowUserAnnotations { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowUserCopyPasteContent

    Declaration
    public bool AllowUserCopyPasteContent { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowUserCopyPasteContentForAccessibility

    Declaration
    public bool AllowUserCopyPasteContentForAccessibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowUserEdits

    Declaration
    public PdfEditSecurity AllowUserEdits { get; set; }
    Property Value
    Type Description
    PdfEditSecurity

    AllowUserFormData

    Declaration
    public bool AllowUserFormData { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowUserPrinting

    Declaration
    public PdfPrintSecurity AllowUserPrinting { get; set; }
    Property Value
    Type Description
    PdfPrintSecurity

    Descriptor

    Declaration
    public static MessageDescriptor Descriptor { get; }
    Property Value
    Type Description
    Google.Protobuf.Reflection.MessageDescriptor

    HasAllowUserAnnotations

    Declaration
    public bool HasAllowUserAnnotations { get; }
    Property Value
    Type Description
    System.Boolean

    HasAllowUserCopyPasteContent

    Declaration
    public bool HasAllowUserCopyPasteContent { get; }
    Property Value
    Type Description
    System.Boolean

    HasAllowUserCopyPasteContentForAccessibility

    Declaration
    public bool HasAllowUserCopyPasteContentForAccessibility { get; }
    Property Value
    Type Description
    System.Boolean

    HasAllowUserFormData

    Declaration
    public bool HasAllowUserFormData { get; }
    Property Value
    Type Description
    System.Boolean

    HasOwnerPassword

    Declaration
    public bool HasOwnerPassword { get; }
    Property Value
    Type Description
    System.Boolean

    HasUserPassword

    Declaration
    public bool HasUserPassword { get; }
    Property Value
    Type Description
    System.Boolean

    OwnerPassword

    Declaration
    public string OwnerPassword { get; set; }
    Property Value
    Type Description
    System.String

    Parser

    Declaration
    public static MessageParser<PdfSecuritySettings> Parser { get; }
    Property Value
    Type Description
    Google.Protobuf.MessageParser<PdfSecuritySettings>

    UserPassword

    Declaration
    public string UserPassword { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    CalculateSize()

    Declaration
    public int CalculateSize()
    Returns
    Type Description
    System.Int32

    ClearAllowUserAnnotations()

    Declaration
    public void ClearAllowUserAnnotations()

    ClearAllowUserCopyPasteContent()

    Declaration
    public void ClearAllowUserCopyPasteContent()

    ClearAllowUserCopyPasteContentForAccessibility()

    Declaration
    public void ClearAllowUserCopyPasteContentForAccessibility()

    ClearAllowUserFormData()

    Declaration
    public void ClearAllowUserFormData()

    ClearOwnerPassword()

    Declaration
    public void ClearOwnerPassword()

    ClearUserPassword()

    Declaration
    public void ClearUserPassword()

    Clone()

    Declaration
    public PdfSecuritySettings Clone()
    Returns
    Type Description
    PdfSecuritySettings

    Equals(PdfSecuritySettings)

    Declaration
    public bool Equals(PdfSecuritySettings other)
    Parameters
    Type Name Description
    PdfSecuritySettings other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    MergeFrom(CodedInputStream)

    Declaration
    public void MergeFrom(CodedInputStream input)
    Parameters
    Type Name Description
    Google.Protobuf.CodedInputStream input

    MergeFrom(PdfSecuritySettings)

    Declaration
    public void MergeFrom(PdfSecuritySettings other)
    Parameters
    Type Name Description
    PdfSecuritySettings other

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    WriteTo(CodedOutputStream)

    Declaration
    public void WriteTo(CodedOutputStream output)
    Parameters
    Type Name Description
    Google.Protobuf.CodedOutputStream output

    Implements

    Google.Protobuf.IMessage<>
    Google.Protobuf.IMessage
    System.IEquatable<T>
    Google.Protobuf.IDeepCloneable<>
    Google.Protobuf.IBufferMessage

    Inherited members

    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Free 30-Day Trial Key
    In This Article
    Back to top
    Install with Nuget
    Want to deploy IronPDF to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronPDF free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.