TiffStreamWriter Class |
Namespace: Aspose.CAD.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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (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.
|