'Declaration Public Overloads Sub DrawAnnotation( _
ByVal annotationThe annotation to draw.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation, _
ByVal rectSystem.Drawing.RectangleF structure that specifies the location of the annotation on the PdfGraphics.As System.Drawing.RectangleF, _
ByVal annotationAppearanceStateTypeThe type of annotation appearance state.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType _
)
public void DrawAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation,
System.Drawing.RectangleF rect,
Vintasoft.Imaging.Pdf.Tree.Annotations.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.