[]
Represents a single frame in TIFF file.
public class WicTiffFrame : IDisposable
Public Class WicTiffFrame
Implements IDisposable
| Name | Description |
|---|---|
| Artist | Gets a string that describes a person who created the image. |
| Copyright | Gets a string with image copyright notice. |
| DateTime | Gets a string with date and time of image creation in “YYYY:MM:DD HH:MM:SS”, with hours like those on a 24-hour clock, and one space character between the date and the time. |
| DpiX | Gets the horizontal dpi of the image. |
| DpiY | Gets the vertical dpi of the image. |
| FrameIndex | Gets the index of the frame in the associated TIFF file. |
| HostComputer | Gets a string that describes the computer and/or operating system in use at the time of image creation. |
| ImageDescription | Gets a string that describes the subject of the image. |
| ImageLength | Gets the number of rows (sometimes described as scanlines) in the image. |
| ImageWidth | Gets the number of columns in the image, i.e., the number of pixels per scanline. |
| Make | Gets a string that describes the scanner manufacturer. |
| Model | Gets a string with the scanner model name or number. |
| PixelFormat | Gets the pixel format of the frame image. |
| Software | Gets a string with the name and version number of the software package(s) used to create the image. |
| Name | Description |
|---|---|
| Dispose() | Clean up any resources being used. |
| Dispose(bool) | Performs cleanup operations on managed and unmanaged resources. |
| ToGcWicBitmap(Rectangle?, params BaseTransform[]) | Creates a GcWicBitmap from the frame image. |
| ToImage(ImageBinding) | Creates an Image object for the frame. |