[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.WicTiffFrame

WicTiffFrame Class

Represents a single frame in TIFF file.

Inheritance
WicTiffFrame
Implements
Namespace: GrapeCity.Documents.Imaging.Windows
Assembly: DS.Documents.Imaging.Windows.dll
Syntax
public class WicTiffFrame : IDisposable
Public Class WicTiffFrame
    Implements IDisposable

Properties

Name Description
Artist

Gets a string that describes a person who created the image.

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.

Methods

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.