Constructs an Annotation with a certain title and some text.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Annotation( string title, string text, float llx, float lly, float urx, float ury ) |
Visual Basic |
---|
Public Sub New ( _ title As String, _ text As String, _ llx As Single, _ lly As Single, _ urx As Single, _ ury As Single _ ) |
Visual C++ |
---|
public: Annotation( String^ title, String^ text, float llx, float lly, float urx, float ury ) |
Parameters
- title
- Type: System..::..String
the title of the annotation
- text
- Type: System..::..String
the content of the annotation
- llx
- Type: System..::..Single
the lower left x-value
- lly
- Type: System..::..Single
the lower left y-value
- urx
- Type: System..::..Single
the upper right x-value
- ury
- Type: System..::..Single
the upper right y-value