Accusoft.PdfXpress7.Net
Jbig2Globals Property




Gets and sets JBIG2 global section data.
Syntax
'Declaration
 
Public Property Jbig2Globals As Byte()
'Usage
 
Dim instance As ImageDataInfo
Dim value() As Byte
 
instance.Jbig2Globals = value
 
value = instance.Jbig2Globals
public byte[] Jbig2Globals {get; set;}
public: __property byte[]* get_Jbig2Globals();
public: __property void set_Jbig2Globals( 
   byte[]* value
);
public:
property array<byte>^ Jbig2Globals {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A byte array which contains JBIG2 global section data.
Remarks

See PDF Reference (Version 1.7), Section 3.3.6, Table 3.10.

See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback