VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoder Class / ChangeEncryptionSystem Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ChangeEncryptionSystem Property (PdfEncoder)
    In This Topic
    Gets a value indicating whether the encoder will change the encryption system of encoding document.
    Syntax
    'Declaration
    
    Public ReadOnly Property ChangeEncryptionSystem As Boolean
    
    
    public bool ChangeEncryptionSystem { get; }
    
    
    public: __property bool get_ChangeEncryptionSystem();
    
    
    
    public:
    property bool ChangeEncryptionSystem { bool get(); }

    Property Value

    True - the encoder will change the encryption system of encoding document;
    false - the encoder will NOT change the encryption system of encoding document.
    Default value is false.
    Remarks

    Value of this property will be changed after calling the SetEncryptionSystem(EncryptionSystem) method.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also