Click or drag to resize

CPDFCompareResultsTextResults Property

Gets the array of the results of comparing text.

Namespace:  ComPDFKit.Compare
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
C#
public List<CPDFCompareResult> TextResults { get; }

Property Value

Type: ListCPDFCompareResult
See Also