ImageGear for .NET
Read Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFStream Class : Read Method




itemCount
Number of items to read. The amount of data read into the memory buffer will be itemCount multiplied by itemSize, unless an EOF is encountered first.The relative values of itemCount and itemSize really do not matter; the only thing that matters is their product. It is often convenient to set itemSize to 1, so that itemCount is the number of bytes to read.
itemSize
Number of bytes in an item in the stream.

Glossary Item Box

Reads data from the stream into memory.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

itemCount
Number of items to read. The amount of data read into the memory buffer will be itemCount multiplied by itemSize, unless an EOF is encountered first.The relative values of itemCount and itemSize really do not matter; the only thing that matters is their product. It is often convenient to set itemSize to 1, so that itemCount is the number of bytes to read.
itemSize
Number of bytes in an item in the stream.

Return Value

ImageGear integer array which contains stream data.

See Also

©2013. Accusoft Corporation. All Rights Reserved.