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

In This Topic
    TiffFrameSettings Class Members
    In This Topic

    The following tables list the members exposed by TiffFrameSettings.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a string that describes a person who created the image.  
    Public PropertyGets or sets the number of bits per Alpha component of RGBA color data (8 by default).

    Applicable to RGBA images only.

     
    Public PropertyGets or sets the number of bits per Blue component of RGB color data (8 by default).

    Applicable to RGB(A) images only.

     
    Public PropertyGets or sets the number of bits per Grayscale image color (8 by default).

    Applicable to Grayscale images only.

     
    Public PropertyGets or sets the number of bits per Green component of RGB color data (8 by default).

    Applicable to RGB(A) images only.

     
    Public PropertyGets or sets the number of bits per Red component of RGB color data (8 by default).

    Applicable to RGB(A) images only.

     
    Public PropertyGets or sets the TIFF compression method.  
    Public PropertyGets or sets a string with image copyright notice.  
    Public PropertyGets or sets 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 or sets a value indicating if the pixel values are replaced by differences between consecutive pixels.

    Applicable to LZW and Deflate compression methods, ignored otherwise.

     
    Public PropertyGets or sets a string that describes the computer and/or operating system in use at the time of image creation.  
    Public PropertyGets or sets a string that describes the subject of the image.  
    Public PropertyGets or sets a value indicating whether the pixels are arranged within a byte such that pixels with lower column values are stored in the lower-order bits of the byte.

    Applicable to bilevel images only.

     
    Public PropertyGets or sets a string that describes the scanner manufacturer.  
    Public PropertyGets or sets a string with the scanner model name or number.  
    Public PropertyGets or sets the orientation of the image.  
    Public PropertyGets or sets a value indicating whether the color components are stored in separate "component planes."

    Applicable to RGB images only.

     
    Public PropertyGets or sets the chromaticities of the primaries of the image.  
    Public PropertyGets or sets a string with the name and version number of the software package(s) used to create the image.  
    Public PropertyGets or sets a value specifying the tile height (length), in pixels, must be a multiple of 16.

    0 is the value by default which means using strips instead of tiles.

     
    Public PropertyGets or sets a value specifying the tile width, in pixels, must be a multiple of 16.

    0 is the value by default which means using strips instead of tiles.

     
    Public PropertyGets or sets the chromaticity of the white point of the image.  
    Top
    See Also