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

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