Click or drag to resize

TiffTagCollectionGetSingleTag Method

Overload List
  NameDescription
Public methodStatic memberGetSingleTag(TiffTagID, Stream) Obsolete.
Returns a single TIFF Tag from a TIFF image specifying the TIFF Tag ID and file stream.
Public methodStatic memberGetSingleTag(TiffTagID, String) Obsolete.
Returns a single TIFF Tag from a TIFF image specifying the TIFF Tag ID and file.
Public methodStatic memberGetSingleTag(Int32, Stream, Int32) Obsolete.
Returns a TiffTag from a TIFF image specifying the tag ID, image stream and frame index.
Public methodStatic memberGetSingleTag(Int32, String, Int32) Obsolete.
Returns the TIFF tag data from a file.
Public methodStatic memberGetSingleTag(TiffTagID, Stream, Int32) Obsolete.
Returns a single TIFF Tag from a TIFF image specifying the TIFF Tag ID, file stream and zero based page index.
Public methodStatic memberGetSingleTag(TiffTagID, String, Int32) Obsolete.
Returns a single TIFF Tag from a TIFF image specifying the TIFF Tag ID, file and zero based page index.
Top
See Also