Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / TiffFrame Class
Properties Methods

In This Topic
    TiffFrame Class Members
    In This Topic

    The following tables list the members exposed by TiffFrame.

    Public Properties
     NameDescription
    Public PropertyGets a string that describes a person who created the image.  
    Public PropertyGets a string with image copyright notice.  
    Public PropertyGets 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.  
    Public PropertyGets the horizontal DPI of the image.  
    Public PropertyGets the vertical DPI of the image.  
    Public PropertyGets or sets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image.  
    Public PropertyGets the index of the frame in the associated TIFF file.  
    Public PropertyGets a string that describes the computer and/or operating system in use at the time of image creation.  
    Public PropertyGets a string that describes the subject of the image.  
    Public PropertyGets the number of rows (sometimes described as scanlines) in the image.  
    Public PropertyGets the number of columns in the image, i.e., the number of pixels per scanline.  
    Public PropertyGets a value indicating if the frame can be read as a BilevelBitmap.  
    Public PropertyGets a value indicating if the frame can be read as a GrayscaleBitmap.  
    Public PropertyGets a value indicating if the frame can be read as a Indexed4bppBitmap.  
    Public PropertyGets a value indicating if the frame can be read as a Indexed8bppBitmap.  
    Public PropertyGets a value indicating whether or not an image can be read from the TIFF frame.  
    Public PropertyGets a string that describes the scanner manufacturer.  
    Public PropertyGets a string with the scanner model name or number.  
    Public PropertyGets a value indicating whether the alpha channel of the image should be ignored.  
    Public PropertyGets the orientation of the image.  
    Public PropertyGets the chromaticities of the primaries of the image.  
    Public PropertyGets the associated GcTiffReader.  
    Public PropertyGets a string with the name and version number of the software package(s) used to create the image.  
    Public PropertyGets a value specifying the reason if an image cannot be loaded from the TIFF frame.  
    Public PropertyGets the chromaticity of the white point of the image.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the frame image as a BilevelBitmap.  
    Public MethodGets the frame image as a GrayscaleBitmap.  
    Public MethodGets the frame image as a Indexed4bppBitmap.  
    Public MethodGets the frame image as a Indexed8bppBitmap.  
    Public MethodOverloaded. Gets the frame image as a GcBitmap.  
    Public MethodCreates an GrapeCity.Documents.Drawing.Image object for the frame.  
    Top
    See Also