Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.IsMiniStream

TElCompoundFileVirtualStream     See also     


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


Specifies if the virtual stream is a mini stream.

Declaration

[C#]
    bool IsMiniStream;

[VB.NET]
    Property IsMiniStream As Boolean

[Pascal]
    property IsMiniStream : boolean;

[C++]
    bool get_IsMiniStream();

[PHP]
    bool get_IsMiniStream()

[Java]
    boolean getIsMiniStream();

Description

    Use this read-only property to check if the virtual stream is a mini stream. A mini stream is a structure that contains user-defined data which amount is less than a predefined size limit.

See also:     Length    

Discuss this help topic in SecureBlackbox Forum