ReportViewer for WPF and Silverlight | ComponentOne
CSJ2K.j2k.codestream.writer Namespace / CodestreamWriter Class / Length Property

In This Topic
    Length Property (CodestreamWriter)
    In This Topic
    Returns the current length of the entire codestream.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Length As Integer
    public abstract int Length {get;}

    Property Value

    the current length of the codestream
    See Also