[]
Represents a delegate that defines the method signature for deciding which annotations to draw. DrawAnnotationFilter.
public delegate void SaveAsImageOptions.DrawAnnotationFilterCallback(GcPdfDocument doc, Page page, AnnotationBase annotation, ref bool drawAnnotation)
| Type | Name | Description |
|---|---|---|
| GcPdfDocument | doc | The document that owns the annotation. |
| Page | page | The current page. |
| AnnotationBase | annotation | The annotation to test. |
| bool | drawAnnotation | IN/OUT: Indicates whether to draw the current |
| Name | Description |
|---|---|
| DrawAnnotationFilterCallback(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(GcPdfDocument, Page, AnnotationBase, ref bool, AsyncCallback, object) | |
| EndInvoke(ref bool, IAsyncResult) | |
| Invoke(GcPdfDocument, Page, AnnotationBase, ref bool) |