Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public int Generate( byte[] text, int textOffset, int textSize ) |
Visual Basic |
---|
Public Function Generate ( _ text As Byte(), _ textOffset As Integer, _ textSize As Integer _ ) As Integer |
Visual C++ |
---|
public: int Generate( array<unsigned char>^ text, int textOffset, int textSize ) |
Parameters
- text
- Type: array<System..::..Byte>[]()[][]
- textOffset
- Type: System..::..Int32
- textSize
- Type: System..::..Int32