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

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

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