ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / JpegXROptions Class / StreamOnly Property

In This Topic
    StreamOnly Property (JpegXROptions)
    In This Topic
    Enables or disables stream-only mode.
    Syntax
    'Declaration
     
    Public Property StreamOnly As Nullable(Of Boolean)
    public Nullable<bool> StreamOnly {get; set;}
    Remarks
    The default value is false.
    See Also