'Declaration Public Overloads Sub DrawAnnotation( _ ByVal annotation As PdfAnnotation, _ ByVal rect As RectangleF _ )
public void DrawAnnotation( PdfAnnotation annotation, RectangleF rect )
public: void DrawAnnotation( PdfAnnotation* annotation, RectangleF rect )
public: void DrawAnnotation( PdfAnnotation^ annotation, RectangleF rect )
Parameters
- annotation
- The annotation to draw.
- rect
- System.Drawing.RectangleF structure that specifies the location of the annotation on the PdfGraphics.