TiffStreamWriter.Write
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.PSD.FileFormats.Tiff.FileManagement
- assembly Aspose.PSD
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.PSD.FileFormats.Tiff.FileManagement
- assembly Aspose.PSD