Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLDocument.EncryptTo

TElOfficeOpenXMLDocument     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Encrypts document.

Declaration

[C#]
    void EncryptTo(System.IO.Stream NewStream);

[VB.NET]
    Sub EncryptTo(ByVal NewStream As System.IO.Stream)

[Pascal]
    procedure EncryptTo(NewStream : TStream);

[C++]
    void EncryptTo(TStream &NewStream);
    void EncryptTo(TStream *NewStream);

[PHP]
    void EncryptTo(TStream $NewStream)

[Java]
    void encryptTo(TElStream NewStream);

Parameters

  • NewStream - stream where the encrypted document should be saved to

Description

    Use this method to encrypt office document and save it in a stream.

See also:     Encryptable     EncryptionHandler    

Discuss this help topic in SecureBlackbox Forum