A Sandcastle Documented Class Library
DeclaredBlockSize Property
NamespacesGifComponentsDataBlockDeclaredBlockSize
Gets the block size held in the first byte of this data block. This should be the same as the actual length of the data block but may not be if the data block was instantiated from a corrupt stream - check the ErrorStatus property.
Declaration Syntax
C#Visual BasicVisual C++
public int DeclaredBlockSize { get; }
Public ReadOnly Property DeclaredBlockSize As Integer
public:
property int DeclaredBlockSize {
	int get ();
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453