Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / TiffFrameSettings Class / TileHeight Property

In This Topic
    TileHeight Property
    In This Topic
    Gets 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.

    Syntax
    'Declaration
     
    Public Property TileHeight As System.Integer
    public System.int TileHeight {get; set;}
    See Also