Class RedactionSearchOptions

Describes options specific to creating redactions by search. See CreateRedactionsBySearchAsync(String, SearchType, RedactionSearchOptions)

Inheritance
System.Object
RedactionSearchOptions
Namespace: PSPDFKit.Search
Assembly: PSPDFKit.dll
Syntax
public sealed class RedactionSearchOptions

Properties

AnnotationPreset

A partial redaction annotation which will be used as the preset for all redaction annotations created via search.

Declaration
public Redaction AnnotationPreset { get; set; }
Property Value
Type Description
Redaction

CaseSensitive

Whether or not the search will be case-sensitive.

Declaration
public bool? CaseSensitive { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

SearchInAnnotations

Whether or not the content of existing annotations should be included in the search.

Declaration
public bool SearchInAnnotations { get; set; }
Property Value
Type Description
System.Boolean