[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FindTextParams

FindTextParams Class

Represents find text parameters.

Inheritance
FindTextParams
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class FindTextParams
Public Class FindTextParams

Constructors

Name Description
FindTextParams(string, bool, bool, ViewState, float, float, bool, bool)

Initializes a new instance of the FindTextParams class.

FindTextParams(string, bool, bool, float, float, bool, bool)

Initializes a new instance of the FindTextParams class.

Properties

Name Description
DpiX

Gets the horizontal resolution used to calculate bounds of the found text on the page.

DpiY

Gets the vertical resolution used to calculate bounds of the found text on the page.

IgnoreErrors

Gets a value indicating whether to ignore errors in PDF content stream if possible.

The default is true.

MatchCase

Gets a value indicating whether to match case.

Regex

Gets a value indicating whether the Text should be interpreted as a regular expression.

Text

Gets the text to find.

ViewState

Gets the ViewState object.

WholeWord

Gets a value indicating whether to match whole words only.

Methods

Name Description
CreatRegex(string, bool, float, float, bool)

Creates a new FindTextParams object with the Regex property set to true.