Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FindTextParams Class
Properties Methods

In This Topic
    FindTextParams Class Members
    In This Topic

    The following tables list the members exposed by FindTextParams.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the horizontal resolution used to calculate bounds of the found text on the page.  
    Public PropertyGets the vertical resolution used to calculate bounds of the found text on the page.  
    Public PropertyGets a value indicating whether to ignore errors in PDF content stream if possible.

    The default is true.

     
    Public PropertyGets a value indicating whether to match case.  
    Public PropertyGets a value indicating whether the Text should be interpreted as a regular expression.  
    Public PropertyGets the text to find.  
    Public PropertyGets the GrapeCity.Documents.Pdf.Layers.ViewState object.  
    Public PropertyGets a value indicating whether to match whole words only.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a new FindTextParams object with the Regex property set to true.  
    Top
    See Also