| TiffStreamWriter Class |
Namespace: Aspose.PSD.FileFormats.Tiff.FileManagement
The TiffStreamWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| TiffStreamWriter |
Initializes a new instance of the TiffStreamWriter class.
|
| Name | Description | |
|---|---|---|
| Position |
Gets or sets the stream position.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the synchronized resource.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ProcessWriteDataDouble |
Performs a conversion from the specific data type to the raw bytes.
| |
| ProcessWriteDataFloat |
Performs a conversion from the specific data type to the raw bytes.
| |
| ProcessWriteDataLong |
Performs a conversion from the specific data type to the raw bytes.
| |
| ProcessWriteDataRational |
Performs a conversion from the specific data type to the raw bytes.
| |
| ProcessWriteDataShort |
Performs a conversion from the specific data type to the raw bytes.
| |
| ProcessWriteDataULong |
Performs a conversion from the specific data type to the raw bytes.
| |
| ProcessWriteDataUShort |
Performs a conversion from the specific data type to the raw bytes.
| |
| ToString | (Inherited from Object.) | |
| Write(Byte) |
Writes the specified data.
| |
| Write(Byte, Int32, Int32) |
Writes the specified data.
| |
| WriteDouble |
Writes a single double value to the stream.
| |
| WriteDoubleArray |
Writes an array of double values to the stream.
| |
| WriteFloat |
Writes a single float value to the stream.
| |
| WriteFloatArray |
Writes an array of float values to the stream.
| |
| WriteRational |
Writes a single rational number value to the stream.
| |
| WriteRationalArray |
Writes an array of unsigned rational values to the stream.
| |
| WriteSByte |
Writes a single signed byte value to the stream.
| |
| WriteSByteArray |
Writes an array of signed byte values to the stream.
| |
| WriteSlong |
Writes a single integer value to the stream.
| |
| WriteSLongArray |
Writes an array of integer values to the stream.
| |
| WriteSRational |
Writes a single signed rational number value to the stream.
| |
| WriteSRationalArray |
Writes an array of signed rational values to the stream.
| |
| WriteSShort |
Writes a single short value to the stream.
| |
| WriteSShortArray |
Writes an array of short values to the stream.
| |
| WriteUByte |
Writes a single byte value to the stream.
| |
| WriteULong |
Writes a single unsigned integer value to the stream.
| |
| WriteULongArray |
Writes an array of unsigned integer values to the stream.
| |
| WriteUShort |
Writes a single unsigned short value to the stream.
| |
| WriteUShortArray |
Writes an array of unsigned short values to the stream.
|