Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryDocument.DecryptTo

TElOfficeBinaryDocument     See also     


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


Decrypts document.

Declaration

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

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

[Pascal]
    procedure DecryptTo(NewStream : TStream);

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

[PHP]
    void DecryptTo(TStream $NewStream)

[Java]
    void decryptTo(TElStream NewStream);

Parameters

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

Description

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

See also:     EncryptTo     IsEncrypted    

Discuss this help topic in SecureBlackbox Forum