Class RepeatingBlockWithOffset
Leave feedback
On this page
the representation of a repeating block of data with a certain offset in the byte array.
public class RepeatingBlockWithOffset : BlockWithOffset
| Name | Description |
|---|---|
| RepeatingBlockWithOffset() | Creates default instance of the RepeatingBlockWithOffset |
| RepeatingBlockWithOffset(byte[], int, int, int) | Creates instance of the RepeatingBlockWithOffset with predefined values |
| Name | Description |
|---|---|
| override GetLength() | Returns size of block |
| override RestoreBytes(byte[]) | Copies block bytes to given array. |
| Name | Description |
|---|---|
| Block | Byte block |
| Offset | Byte block reduction information |
| _repeatingCount | Number of repetitions of the data block |
- class BlockWithOffset
- namespace GroupDocs.Annotation.Projects.Images.Models
- assembly GroupDocs.Annotation
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.