VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class
In This Topic
TiffPage Class Methods
In This Topic
For a list of all methods of this type, see TiffPage.
Public Methods
 NameDescription
Public MethodDetermines that decoder can read a region of image.
Public MethodCompares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock)
Public MethodReleases all resources used by this TiffPage.
Public MethodReturns the embedded thumbnail of the TIFF page.
Public MethodOverloaded. Returns an image of this TIFF page.
Public MethodReturns the rectangle image of this TIFF page if image data are non compressed (Compression == TiffCompression.None).
Public MethodReturns an array of scale factors for rectangles of image grid.
Public MethodReturns an image grid based on "virtual" tiles with size 512x512 if image data is not compressed.
Public MethodReturns an image grid based on strips if the image data stored as strips.
Public MethodReturns an image of the TIFF page strips.
Public MethodReturns an image grid based on tiles if the image data stored as tiles.
Public MethodReturns an image of the TIFF page tile.
Public MethodOverloaded. Saves an image associated with this TIFF page to the specified stream by the specified encoder.
Public MethodSets an image of the TIFF page strip.
Public MethodSets an image of the TIFF page tile.
Protected Methods
 NameDescription
Protected MethodRaises the Changed event. (Inherited from ImageFileBlock)
Protected MethodRaises the Changing event. (Inherited from ImageFileBlock)
Protected MethodRaises the Saved event. (Inherited from ImageFileBlock)
Protected MethodRaises the Saving event. (Inherited from ImageFileBlock)
Protected MethodReads a structure of TIFF page.
Protected MethodSets the length of this image file block in the source. (Inherited from ImageFileBlock)
Protected MethodWrites block data to the source. (Inherited from ImageFileBlock)
See Also