TiffStreamWriter Class

Tiff stream writer.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Tiff.FileManagementTiffStreamWriter
    Aspose.Imaging.FileFormats.Tiff.FileManagementTiffBigEndianStreamWriter

Namespace:  Aspose.CAD.FileFormats.Tiff.FileManagement
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class TiffStreamWriter

The TiffStreamWriter type exposes the following members.

Constructors
  NameDescription
Public methodTiffStreamWriter
Initializes a new instance of the TiffStreamWriter class.
Properties
  NameDescription
Public propertyPosition
Gets or sets the stream position.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the synchronized resource.
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodProcessWriteDataDouble
Performs a conversion from the specific data type to the raw bytes.
Protected methodProcessWriteDataFloat
Performs a conversion from the specific data type to the raw bytes.
Protected methodProcessWriteDataLong
Performs a conversion from the specific data type to the raw bytes.
Protected methodProcessWriteDataRational
Performs a conversion from the specific data type to the raw bytes.
Protected methodProcessWriteDataShort
Performs a conversion from the specific data type to the raw bytes.
Protected methodProcessWriteDataULong
Performs a conversion from the specific data type to the raw bytes.
Protected methodProcessWriteDataUShort
Performs a conversion from the specific data type to the raw bytes.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite(Byte)
Writes the specified data.
Public methodWrite(Byte, Int32, Int32)
Writes the specified data.
Public methodWriteDouble
Writes a single double value to the stream.
Public methodWriteDoubleArray
Writes an array of double values to the stream.
Public methodWriteFloat
Writes a single float value to the stream.
Public methodWriteFloatArray
Writes an array of float values to the stream.
Public methodWriteRational
Writes a single rational number value to the stream.
Public methodWriteRationalArray
Writes an array of unsigned rational values to the stream.
Public methodWriteSByte
Writes a single signed byte value to the stream.
Public methodWriteSByteArray
Writes an array of signed byte values to the stream.
Public methodWriteSlong
Writes a single integer value to the stream.
Public methodWriteSLongArray
Writes an array of integer values to the stream.
Public methodWriteSRational
Writes a single signed rational number value to the stream.
Public methodWriteSRationalArray
Writes an array of signed rational values to the stream.
Public methodWriteSShort
Writes a single short value to the stream.
Public methodWriteSShortArray
Writes an array of short values to the stream.
Public methodWriteUByte
Writes a single byte value to the stream.
Public methodWriteULong
Writes a single unsigned integer value to the stream.
Public methodWriteULongArray
Writes an array of unsigned integer values to the stream.
Public methodWriteUShort
Writes a single unsigned short value to the stream.
Public methodWriteUShortArray
Writes an array of unsigned short values to the stream.
See Also