ComponentOne PDF for .NET
org.jpedal.jbig2 Namespace / JBIG2Decoder Class / GlobalData Property

In This Topic
    GlobalData Property (JBIG2Decoder)
    In This Topic
    If the data stream is taken from a PDF, there may be some global data. Pass any global data in here. Call this method before decodeJBIG2(...)
    Syntax
    'Declaration
     
    
    Public Overridable WriteOnly Property GlobalData As Byte()
    public virtual byte[] GlobalData {set;}
    Exceptions
    See Also