[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SaveAsImageOptions.DrawAnnotationFilterCallback

SaveAsImageOptions.DrawAnnotationFilterCallback Delegate

Represents a delegate that defines the method signature for deciding which annotations to draw. DrawAnnotationFilter.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
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)
Parameters
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 annotation.