ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.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