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

In This Topic
    MaxAvailableBytes Property (FileCodestreamWriter)
    In This Topic
    Returns the number of bytes remaining available in the bit stream. This is the maximum allowed number of bytes minus the number of bytes that have already been written to the bit stream. If more bytes have been written to the bit stream than the maximum number of allowed bytes, then a negative value is returned.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property MaxAvailableBytes As Integer
    public override int MaxAvailableBytes {get;}

    Property Value

    The number of bytes remaining available in the bit stream.
    See Also