Click or drag to resize

TiffDocument Methods

The TiffDocument type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombine(Stream, Stream)
Combines a set of TIFF Streams into a single output TIFF Stream
Public methodStatic memberCombine(Stream, String)
Combines a set of TIFF files into a single output TIFF Stream
Public methodStatic memberCombine(String, String)
Combines a set of TIFF files into a single output TIFF file
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 the default hash function.
(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.)
Public methodSave(Stream)
Saves the contents of this TiffDocument into a new stream.
Public methodSave(String)
Saves every TiffPage within the TiffDocument object into a new TIFF file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidOutputStream
Test a stream to see if it can be used as an output stream for this TiffDocument.
Top
See Also