'Declaration Public Delegate Sub SaveAsImageOptions.DrawAnnotationFilterCallback( _ ByVal doc As GcPdfDocument, _ ByVal page As Page, _ ByVal annotation As AnnotationBase, _ ByRef drawAnnotation As System.Boolean _ )
public delegate void SaveAsImageOptions.DrawAnnotationFilterCallback( GcPdfDocument doc, Page page, AnnotationBase annotation, ref System.bool drawAnnotation )
Parameters
- doc
- The document that owns the annotation.
- page
- The current page.
- annotation
- The annotation to test.
- drawAnnotation
- IN/OUT: Indicates whether to draw the current annotation.