DictNumberItem Protected internal class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.CFFFont iTextSharp.text.pdf.CFFFont.DictNumberItem[[DictNumberItem]] end subgraph iTextSharp.text.pdf.CFFFont/Item[[Item]] end iTextSharp.text.pdf.CFFFont/Item --> iTextSharp.text.pdf.CFFFont.DictNumberItem
Members
Methods
Public methods
Details
Inheritance
-
Item
Constructors
DictNumberItem
Source code
public DictNumberItem(int value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
Methods
Increment
Source code
public override void Increment(int[] currentOffset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
currentOffset |
Emit
Source code
public override void Emit(byte[] buffer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buffer |
Generated with ModularDoc