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 void BeginMarkedContentSequence( PdfName tag, PdfDictionary property, bool inline ) |
Visual Basic |
---|
Public Sub BeginMarkedContentSequence ( _ tag As PdfName, _ property As PdfDictionary, _ inline As Boolean _ ) |
Visual C++ |
---|
public: void BeginMarkedContentSequence( PdfName^ tag, PdfDictionary^ property, bool inline ) |
Parameters
- tag
- Type: iTextSharp.text.pdf..::..PdfName
- property
- Type: iTextSharp.text.pdf..::..PdfDictionary
- inline
- Type: System..::..Boolean