Cuminas DjVu SDK for .NET Framework
Data Property



Gets the data of the chunk.
Syntax
Public Property Data As Byte()
Dim instance As Chunk
Dim value() As Byte
 
instance.Data = value
 
value = instance.Data
public byte[] Data {get; set;}
public:
property array<byte>^ Data {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Data of the chunk in byte array.
Remarks
If the chunk is a collection, this method throws an exception. To determine whether the chunk is a collection or not, use IsCollection Property.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Chunk Class
Chunk Members

Send Feedback