ComponentOne PDF for .NET
CSJ2K.j2k.codestream.writer Namespace / PktEncoder Class / PacketWritable Property

In This Topic
    PacketWritable Property (PktEncoder)
    In This Topic
    Returns true if the current packet is writable i.e. should be written. Returns false otherwise.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property PacketWritable As Boolean
    public virtual bool PacketWritable {get;}
    See Also