PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
This function adds a PdfMarkupAnnotation to this page.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public PDFMarkupAnnotation AddMarkupAnnotation( string caption, string bodytext, MarkupStyle MarkupStyle, RectangleF Box ) |
Visual Basic (Declaration) |
---|
Public Function AddMarkupAnnotation ( _ caption As String, _ bodytext As String, _ MarkupStyle As MarkupStyle, _ Box As RectangleF _ ) As PDFMarkupAnnotation |
Visual C++ |
---|
public: PDFMarkupAnnotation^ AddMarkupAnnotation( String^ caption, String^ bodytext, MarkupStyle MarkupStyle, RectangleF Box ) |
Parameters
- caption
- Type: System..::.String
Annotation caption
- bodytext
- Type: System..::.String
Annotation text
- MarkupStyle
- Type: PDFTech..::.MarkupStyle
- Box
- Type: System.Drawing..::.RectangleF