FilterTestDotNet
The FilterTestDotNet
sample program calls the following sample code:
- TestExtract—demonstrates the File Extraction interface
- TestFilter—demonstrates the Filtering methods
The source code is in the directory dotnetapi\sample
. It also includes a C# Project file (FilterTestDotNet.csproj
).
Before the sample program can be compiled, you must replace the placeholder YOUR_KEYVIEW_LICENSE
in the LicenseConstants.cs
file.
A compiled executable is provided in the PLATFORM/bin
folder. This sample has an embedded trial license, which expires a few months after release. If you set the environment variable KV_SAMPLE_PROGRAM_LICENSE_FROM_FILEPATH
to a file path, the sample programs read your license from the specified file. This allows you to use the programs after the embedded trial license has expired, and to test or troubleshoot with your own license.