Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SaveAsImageOptions Class / DrawAnnotationFilter Property

In This Topic
    DrawAnnotationFilter Property
    In This Topic
    Gets or sets a callback method that will be used to decide which annotations to draw.
    Syntax
    'Declaration
     
    Public Property DrawAnnotationFilter As SaveAsImageOptions.DrawAnnotationFilterCallback
    public SaveAsImageOptions.DrawAnnotationFilterCallback DrawAnnotationFilter {get; set;}
    See Also