Name | Description | |
---|---|---|
![]() | TiffPage | Initializes a new instance of the TiffPage class. |
Name | Description | |
---|---|---|
![]() | BitsPerPixel | Gets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method. |
![]() | Compression | Gets the compression algorithm, which is used for compressing this TIFF page image. |
![]() | HasResolution | Gets a value indicating whether the information about image resolution is stored in a TIFF page. |
![]() | Height | Gets the height, in pixels, of this TIFF page. |
![]() | IFD | Gets the TIFF Image File Directory associates with this TIFF page. |
![]() | IsChanged | Gets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock) |
![]() | IsVirtual | Gets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock) |
![]() | Length | Gets the length of this image file block. (Inherited from ImageFileBlock) |
![]() | Offset | Gets the offset of this image file block. (Inherited from ImageFileBlock) |
![]() | Palette | Gets a palette of this TIFF page. |
![]() | Resolution | Gets or sets the resolution, in pixels per inch, of this TIFF page. |
![]() | SourceBitsPerPixel | Gets the number of bits per pixel for image data stored in TIFF image. |
![]() | Width | Gets the width, in pixels, of this TIFF page. |
Name | Description | |
---|---|---|
![]() | Source | Gets the source of this image file block. (Inherited from ImageFileBlock) |
Name | Description | |
---|---|---|
![]() | CanReadImageRegion | Determines that decoder can read a region of image. |
![]() | CompareTo | Compares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock) |
![]() | Dispose | Releases all resources used by this TiffPage. |
![]() | GetEmbeddedThumbnail | Returns the embedded thumbnail of the TIFF page. |
![]() | GetImage | Overloaded. Returns an image of this TIFF page. |
![]() | GetImageRect | Returns the rectangle image of this TIFF page if image data are non compressed (Compression == TiffCompression.None). |
![]() | GetImageRectScales | Returns an array of scale factors for rectangles of image grid. |
![]() | GetRectangleGrid | Returns an image grid based on "virtual" tiles with size 512x512 if image data is not compressed. |
![]() | GetStripGrid | Returns an image grid based on strips if the image data stored as strips. |
![]() | GetStripImage | Returns an image of the TIFF page strips. |
![]() | GetTileGrid | Returns an image grid based on tiles if the image data stored as tiles. |
![]() | GetTileImage | Returns an image of the TIFF page tile. |
![]() | Save | Overloaded. Saves an image associated with this TIFF page to the specified stream by the specified encoder. |
![]() | SetStripImage | Sets an image of the TIFF page strip. |
![]() | SetTileImage | Sets an image of the TIFF page tile. |
Name | Description | |
---|---|---|
![]() | OnChanged | Raises the Changed event. (Inherited from ImageFileBlock) |
![]() | OnChanging | Raises the Changing event. (Inherited from ImageFileBlock) |
![]() | OnSaved | Raises the Saved event. (Inherited from ImageFileBlock) |
![]() | OnSaving | Raises the Saving event. (Inherited from ImageFileBlock) |
![]() | Parse | Reads a structure of TIFF page. |
![]() | SetLength | Sets the length of this image file block in the source. (Inherited from ImageFileBlock) |
![]() | Write | Writes block data to the source. (Inherited from ImageFileBlock) |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when image file block is changed. (Inherited from ImageFileBlock) |
![]() | Changing | Occurs when image file block is changing. (Inherited from ImageFileBlock) |
![]() | Saved | Occurs when image file block is saved. (Inherited from ImageFileBlock) |
![]() | Saving | Occurs when image file block is saving. (Inherited from ImageFileBlock) |