ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / JpegXROptions Class / VerticalTileSlices Property

In This Topic
    VerticalTileSlices Property (JpegXROptions)
    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