ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / 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