'Declaration Public Overridable Sub DrawAnnotation( _ ByVal context As PdfContentRenderingContext, _ ByVal annotation As PdfAnnotation, _ ByVal appearanceForm As PdfFormXObjectResource _ )
public virtual void DrawAnnotation( PdfContentRenderingContext context, PdfAnnotation annotation, PdfFormXObjectResource appearanceForm )
public: virtual void DrawAnnotation( PdfContentRenderingContext* context, PdfAnnotation* annotation, PdfFormXObjectResource* appearanceForm )
public: virtual void DrawAnnotation( PdfContentRenderingContext^ context, PdfAnnotation^ annotation, PdfFormXObjectResource^ appearanceForm )
Parameters
- context
- The rendering context.
- annotation
- The annotation.
- appearanceForm
- The annotation appearance form.