[]
        
(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: GcDocs.Pdf.dll
Syntax
public delegate void SaveAsImageOptions.DrawAnnotationFilterCallback(GcPdfDocument doc, Page page, AnnotationBase annotation, ref bool drawAnnotation)
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.

Constructors

Name Description
DrawAnnotationFilterCallback(object, IntPtr)

Methods

Name Description
BeginInvoke(GcPdfDocument, Page, AnnotationBase, ref bool, AsyncCallback, object)
EndInvoke(ref bool, IAsyncResult)
Invoke(GcPdfDocument, Page, AnnotationBase, ref bool)