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




buffer
Memory buffer.
itemCount
Number of items to write. The amount of data written into the memory buffer will be itemCount multiplied by itemSize.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 write.
itemSize
Number of bytes in an item.

Glossary Item Box

Writes data from memory buffer to the stream.

Syntax

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

Parameters

buffer
Memory buffer.
itemCount
Number of items to write. The amount of data written into the memory buffer will be itemCount multiplied by itemSize.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 write.
itemSize
Number of bytes in an item.

See Also

©2013. Accusoft Corporation. All Rights Reserved.