iText 5

PdfFunction

PdfFunction Public class

Diagram

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

Members

Properties

Internal properties

Methods

Public Static methods

Returns

Name

PdfFunction

Type0

(

PdfWriter

writer, float``[] domain, float``[] range, int``[] size, int bitsPerSample, int order, float``[] encode, float``[] decode, byte``[] stream)

PdfFunction

Type2

(

PdfWriter

writer, float``[] domain, float``[] range, float``[] c0, float``[] c1, float n)

PdfFunction

Type3

(

PdfWriter

writer, float``[] domain, float``[] range,

PdfFunction

[] functions, float``[] bounds, float``[] encode)

PdfFunction

Type4

(

PdfWriter

writer, float``[] domain, float``[] range, string postscript)

Details

Constructors

PdfFunction

Source code

protected PdfFunction(PdfWriter writer)

Arguments

Type

Name

Description

PdfWriter

writer

Methods

Type0

Source code

public static PdfFunction Type0(PdfWriter writer, float[] domain, float[] range, int[] size, int bitsPerSample, int order, float[] encode, float[] decode, byte[] stream)

Arguments

Type

Name

Description

PdfWriter

writer

float``[]

domain

float``[]

range

int``[]

size

int

bitsPerSample

int

order

float``[]

encode

float``[]

decode

byte``[]

stream

Type2

Source code

public static PdfFunction Type2(PdfWriter writer, float[] domain, float[] range, float[] c0, float[] c1, float n)

Arguments

Type

Name

Description

PdfWriter

writer

float``[]

domain

float``[]

range

float``[]

c0

float``[]

c1

float

n

Type3

Source code

public static PdfFunction Type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode)

Arguments

Type

Name

Description

PdfWriter

writer

float``[]

domain

float``[]

range

PdfFunction

[]

functions

float``[]

bounds

float``[]

encode

Type4

Source code

public static PdfFunction Type4(PdfWriter writer, float[] domain, float[] range, string postscript)

Arguments

Type

Name

Description

PdfWriter

writer

float``[]

domain

float``[]

range

string

postscript

Properties

Reference

internal PdfIndirectReference Reference { get; }

Generated with ModularDoc