Skip to main content
Skip table of contents

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
ReturnsName
PdfFunctionType0(PdfWriter writer, float``[] domain, float``[] range, int``[] size, int bitsPerSample, int order, float``[] encode, float``[] decode, byte``[] stream)
PdfFunctionType2(PdfWriter writer, float``[] domain, float``[] range, float``[] c0, float``[] c1, float n)
PdfFunctionType3(PdfWriter writer, float``[] domain, float``[] range, PdfFunction[] functions, float``[] bounds, float``[] encode)
PdfFunctionType4(PdfWriter writer, float``[] domain, float``[] range, string postscript)

Details

Constructors

PdfFunction

Source code

protected PdfFunction(PdfWriter writer)
Arguments
TypeNameDescription
PdfWriterwriter

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
TypeNameDescription
PdfWriterwriter
float``[]domain
float``[]range
int``[]size
intbitsPerSample
intorder
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
TypeNameDescription
PdfWriterwriter
float``[]domain
float``[]range
float``[]c0
float``[]c1
floatn
Type3

Source code

public static PdfFunction Type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode)
Arguments
TypeNameDescription
PdfWriterwriter
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
TypeNameDescription
PdfWriterwriter
float``[]domain
float``[]range
stringpostscript

Properties

Reference
internal PdfIndirectReference Reference { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.