'Declaration
Public Function New( _ ByVal annotation As PdfAnnotation, _ ByVal width As Double, _ ByVal height As Double _ )
'Usage
Dim annotation As PdfAnnotation Dim width As Double Dim height As Double Dim instance As New PdfFlowAnnotationContent(annotation, width, height)
public PdfFlowAnnotationContent( PdfAnnotation annotation, double width, double height )
public: PdfFlowAnnotationContent( PdfAnnotation^ annotation, double width, double height )
Parameters
- annotation
- Annotation to draw in the document.
- width
- Width of displayed annotation.
- height
- Height of displayed annotation.