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