[]
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)
Public Delegate Sub SaveAsImageOptions.DrawAnnotationFilterCallback(doc As GcPdfDocument, page As Page, annotation As AnnotationBase, drawAnnotation As Boolean)
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 |