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
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
writer, |
|
|
(
writer, |
|
|
(
writer,
|
|
|
(
writer, |
Details
Constructors
PdfFunction
Source code
protected PdfFunction(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
writer |
|
|
|
domain |
|
|
|
range |
|
|
|
size |
|
|
|
bitsPerSample |
|
|
|
order |
|
|
|
encode |
|
|
|
decode |
|
|
|
stream |
Type2
Source code
public static PdfFunction Type2(PdfWriter writer, float[] domain, float[] range, float[] c0, float[] c1, float n)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
domain |
|
|
|
range |
|
|
|
c0 |
|
|
|
c1 |
|
|
|
n |
Type3
Source code
public static PdfFunction Type3(PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
domain |
|
|
|
range |
|
|
|
functions |
|
|
|
bounds |
|
|
|
encode |
Type4
Source code
public static PdfFunction Type4(PdfWriter writer, float[] domain, float[] range, string postscript)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
domain |
|
|
|
range |
|
|
|
postscript |
Properties
Reference
internal PdfIndirectReference Reference { get; }
Generated with ModularDoc