TiffStreamWriter.Write
Write(MemoryStream)
Writes the specified data.
public void Write(MemoryStream stream)
Parameter | Type | Description |
---|---|---|
stream | MemoryStream | The stream. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(byte[], int, int)
Writes the specified data.
public void Write(byte[] data, int offset, int dataLength)
Parameter | Type | Description |
---|---|---|
data | Byte[] | The data to write. |
offset | Int32 | The data offset. |
dataLength | Int32 | Length of the data to writer. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(byte[])
Writes the specified data.
public void Write(byte[] data)
Parameter | Type | Description |
---|---|---|
data | Byte[] | The data to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(double)
Writes a single double value to the stream.
public void Write(double data)
Parameter | Type | Description |
---|---|---|
data | Double | The value to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(double[])
Writes an array of double values to the stream.
public void Write(double[] data)
Parameter | Type | Description |
---|---|---|
data | Double[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(float)
Writes a single float value to the stream.
public void Write(float data)
Parameter | Type | Description |
---|---|---|
data | Single | The value to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(float[])
Writes an array of float values to the stream.
public void Write(float[] data)
Parameter | Type | Description |
---|---|---|
data | Single[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(TiffRational)
Writes a single rational number value to the stream.
public void Write(TiffRational data)
Parameter | Type | Description |
---|---|---|
data | TiffRational | The value to write. |
See Also
- class TiffRational
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(TiffSRational)
Writes a single signed rational number value to the stream.
public void Write(TiffSRational data)
Parameter | Type | Description |
---|---|---|
data | TiffSRational | The value to write. |
See Also
- class TiffSRational
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(TiffRational[])
Writes an array of unsigned rational values to the stream.
public void Write(TiffRational[] data)
Parameter | Type | Description |
---|---|---|
data | TiffRational[] | The array to write. |
See Also
- class TiffRational
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(TiffSRational[])
Writes an array of signed rational values to the stream.
public void Write(TiffSRational[] data)
Parameter | Type | Description |
---|---|---|
data | TiffSRational[] | The array to write. |
See Also
- class TiffSRational
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(sbyte)
Writes a single signed byte value to the stream.
public void Write(sbyte data)
Parameter | Type | Description |
---|---|---|
data | SByte | The value to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(sbyte[])
Writes an array of signed byte values to the stream.
public void Write(sbyte[] data)
Parameter | Type | Description |
---|---|---|
data | SByte[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(int[])
Writes an array of integer values to the stream.
public void Write(int[] data)
Parameter | Type | Description |
---|---|---|
data | Int32[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(short)
Writes a single short value to the stream.
public void Write(short data)
Parameter | Type | Description |
---|---|---|
data | Int16 | The value to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(short[])
Writes an array of short values to the stream.
public void Write(short[] data)
Parameter | Type | Description |
---|---|---|
data | Int16[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(int)
Writes a single integer value to the stream.
public void Write(int data)
Parameter | Type | Description |
---|---|---|
data | Int32 | The value to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(byte)
Writes a single byte value to the stream.
public void Write(byte data)
Parameter | Type | Description |
---|---|---|
data | Byte | The value to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(uint)
Writes a single unsigned integer value to the stream.
public void Write(uint data)
Parameter | Type | Description |
---|---|---|
data | UInt32 | The value to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(uint[])
Writes an array of unsigned integer values to the stream.
public void Write(uint[] data)
Parameter | Type | Description |
---|---|---|
data | UInt32[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(ushort)
Writes a single unsigned short value to the stream.
public void Write(ushort data)
Parameter | Type | Description |
---|---|---|
data | UInt16 | The value to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(ushort[])
Writes an array of unsigned short values to the stream.
public void Write(ushort[] data)
Parameter | Type | Description |
---|---|---|
data | UInt16[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(long)
Writes an array of signed long values to the stream.
public void Write(long data)
Parameter | Type | Description |
---|---|---|
data | Int64 | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(long[])
Writes an array of signed long values to the stream.
public void Write(long[] data)
Parameter | Type | Description |
---|---|---|
data | Int64[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(ulong)
Writes an array of unsigned long values to the stream.
public void Write(ulong data)
Parameter | Type | Description |
---|---|---|
data | UInt64 | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
Write(ulong[])
Writes an array of unsigned long values to the stream.
public void Write(ulong[] data)
Parameter | Type | Description |
---|---|---|
data | UInt64[] | The array to write. |
See Also
- class TiffStreamWriter
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging