Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FindOptions Class / FindOptions Constructor
The target document for the find operation.

In This Topic
    FindOptions Constructor
    In This Topic
    Initializes a new instance of the FindOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal document As DocumentBase _
    )
    public FindOptions( 
       DocumentBase document
    )

    Parameters

    document
    The target document for the find operation.
    See Also