VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffTagCollection Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TiffTagCollection Class Members
    In This Topic
    The following tables list the members exposed by TiffTagCollection.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TiffTagCollection class.
    Public Properties
     NameDescription
    Public PropertyGets the number of tags contained in the collection.
    Public PropertyGets a value indicating whether the collection is changed.
    Public PropertyGets a value indicating whether the collection is read-only.
    Public PropertyGets the tag at the specified index.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a TIFF tag to the collection.
    Public MethodRemoves all tags from the collection.
    Public MethodDetermines whether the collection contains a specific tag.
    Public MethodCopies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
    Public MethodOverloaded. Finds the specified EXIF GPS tag in the TIFF page.
    Public MethodReturns an enumerator that iterates through a collection.
    Public MethodDetermines the index of a specific item in the TiffTagCollection
    Public MethodOverloaded. Inserts a TIFF tag into the collection.
    Public MethodOverloaded. Removes an EXIF Image tag from the collection.
    Public MethodRemoves the tag from the collection at specified index.
    Public Events
     NameDescription
    Public EventOccurs when this collection is changed.
    Public EventOccurs before this collection is changing.
    See Also