VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TiffPage Class Members
    In This Topic
    The following tables list the members exposed by TiffPage.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TiffPage class.
    Public Properties
     NameDescription
    Public PropertyGets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method.
    Public PropertyGets the compression algorithm, which is used for compressing this TIFF page image.
    Public PropertyGets a value indicating whether the information about image resolution is stored in a TIFF page.
    Public PropertyGets the height, in pixels, of this TIFF page.
    Public PropertyGets the TIFF Image File Directory associates with this TIFF page.
    Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
    Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
    Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets a palette of this TIFF page.
    Public PropertyGets or sets the resolution, in pixels per inch, of this TIFF page.
    Public PropertyGets the number of bits per pixel for image data stored in TIFF image.
    Public PropertyGets the width, in pixels, of this TIFF page.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    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)
    Public Events
     NameDescription
    Public EventOccurs when image file block is changed. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is changing. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saved. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saving. (Inherited from ImageFileBlock)
    See Also