ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / JpegXROptions Class / HorizontalTileSlices Property

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