DjVu Namespace : Chunk Class |
The following tables list the members exposed by Chunk.
Name | Description | |
---|---|---|
![]() | Chunk Constructor | Overloaded. Initialize Chunk object. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of chuild chunks. |
![]() | Data | Gets the data of the chunk. |
![]() | Id | Gets the ID of the chunk. |
![]() | IsAvailable | Determines whether the chunk data is already available. |
![]() | IsCollection | Determines whether the chunk is a collection or not. |
![]() | IsINCL | Determine whether the chunk is an INCL chunk or not. |
![]() | IsReadOnly | Determines whether the chunk is readonly (not modifiable) or not. |
![]() | Item | |
![]() | Stream | Gets the data of the chunk. |
Name | Description | |
---|---|---|
![]() | Add | Adds a chunk as a child chunk. |
![]() | Clear | Removes all the child chunks. |
![]() | Compact | Reduces the memory consumption. |
![]() | Contains | Determines whether the chunk is found in this chunk or not. |
![]() | CopyTo | Copies child chunks to an array. |
![]() | CreateINCL | Creates an INCL (include) to this chunk. |
![]() | Dispose | Overloaded. Releases internally held SDK objects. |
![]() | GetINCLTarget | Gets the INCL's target chunk if it's a INCL chunk. |
![]() | IndexOf | Finds the chunk and returns the index. |
![]() | Insert | Inserts a chunk. |
![]() | Remove | Removes a chunk. |
![]() | RemoveAt |