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 PdfIndirectObject AddToBody( PdfObject objecta, int refNumber, bool inObjStm ) |
| Visual Basic |
|---|
Public Function AddToBody ( _ objecta As PdfObject, _ refNumber As Integer, _ inObjStm As Boolean _ ) As PdfIndirectObject |
| Visual C++ |
|---|
public: PdfIndirectObject^ AddToBody( PdfObject^ objecta, int refNumber, bool inObjStm ) |
Parameters
- objecta
- Type: iTextSharp.text.pdf..::..PdfObject
- refNumber
- Type: System..::..Int32
- inObjStm
- Type: System..::..Boolean