Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryDocument.Storage

TElOfficeBinaryDocument     See also     


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


Contains document's data.

Declaration

[C#]
    TElCompoundFileStorage Storage;

[VB.NET]
    Property Storage As TElCompoundFileStorage

[Pascal]
    property Storage : TElCompoundFileStorage;

[C++]
    TElCompoundFileStorage* get_Storage();

[PHP]
    TElCompoundFileStorage get_Storage()

[Java]
    TElCompoundFileStorage getStorage();

Description

    Use this property to access the compound file that stores document data.

See also:     Open     Flush    

Discuss this help topic in SecureBlackbox Forum