iText 5

StreamFont

StreamFont Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.BaseFont iTextSharp.text.pdf.BaseFont.StreamFont[[StreamFont]] end subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfStream[[PdfStream]] end iTextSharp.text.pdf.PdfStream --> iTextSharp.text.pdf.BaseFont.StreamFont

Details

Inheritance

Constructors

StreamFont [1/2]

Source code

public StreamFont(byte[] contents, int[] lengths, int compressionLevel)

Arguments

Type

Name

Description

byte``[]

contents

int``[]

lengths

int

compressionLevel

StreamFont [2/2]

Source code

public StreamFont(byte[] contents, string subType, int compressionLevel)

Arguments

Type

Name

Description

byte``[]

contents

string

subType

int

compressionLevel

Generated with ModularDoc