iText 5

ImgJBIG2

ImgJBIG2 Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.ImgJBIG2[[ImgJBIG2]] iTextSharp.text.Image[[Image]] class iTextSharp.text.Image abstractStyle; end iTextSharp.text.Image --> iTextSharp.text.ImgJBIG2

Members

Properties

Public properties

Type

Name

Methods

byte``[]

GlobalBytes

get

byte``[]

GlobalHash

get

Details

Inheritance

Constructors

ImgJBIG2 [1/2]

Source code

public ImgJBIG2()

ImgJBIG2 [2/2]

Source code

public ImgJBIG2(int width, int height, byte[] data, byte[] globals)

Arguments

Type

Name

Description

int

width

int

height

byte``[]

data

byte``[]

globals

Properties

GlobalBytes

public virtual byte GlobalBytes { get; }

GlobalHash

public virtual byte GlobalHash { get; }

Generated with ModularDoc