VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffFile Class
Constructors Properties Methods SeeAlso
In This Topic
    TiffFile Class Members
    In This Topic
    The following tables list the members exposed by TiffFile.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the filename of TIFF file.
    Public PropertyGets the format of TIFF file.
    Public PropertyGets an array of image file directories of TIFF file.
    Public PropertyGets the collection of pages of TIFF file.
    Public PropertyGets the version of TIFF file.
    Protected Properties
     NameDescription
    Protected PropertyGets a value indicating whether this image file has been disposed of. (Inherited from ImageFileBase<T>)
    Protected PropertyGets the source of TIFF file.
    Public Methods
     NameDescription
    Public MethodOverloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>)
    Public MethodOverloaded. Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>)
    Public MethodOverloaded. Saves this TIFF file to specified file.
    Public MethodOverloaded. Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>)
    Protected Methods
     NameDescription
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. (Inherited from ImageFileBase<T>)
    Protected MethodParses TIFF file.
    See Also