Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / JpegXROptions Class / VerticalTileSlices Property

In This Topic
    VerticalTileSlices Property
    In This Topic
    Sets the number of vertical tiles.
    Syntax
    'Declaration
     
    Public Property VerticalTileSlices As System.Nullable(Of UShort)
    public System.Nullable<ushort> VerticalTileSlices {get; set;}
    Remarks
    The default value is (image height – 1) >> 8.
    See Also