ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / FileCodestreamWriter Class / Length Property

In This Topic
    Length Property (FileCodestreamWriter)
    In This Topic
    Returns the current length of the entire bit stream.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Length As Integer
    public override int Length {get;}

    Property Value

    the current length of the bit stream
    See Also