API Reference
Class
PdfVisualComparisonReport
Rendered visual and structural comparison report for two PDFs.
Inheritance
- Object
- PdfVisualComparisonReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfDocumentProof.CompareVisual
- Method PdfDocumentProof.CompareVisual
- Method PdfVisualComparer.Compare
- Method PdfVisualComparer.Compare
Methods
ToHtmlGallery 2 overloads
public String ToHtmlGallery(String title = null) #Returns:
StringBuilds a self-contained HTML human-review gallery with expected, actual, and highlighted diff images.
Parameters
- title System.String = null
public String ToHtmlGallery(String title, Int64 maximumOutputBytes, CancellationToken cancellationToken = null) #Returns:
StringBuilds a self-contained HTML gallery without allowing its UTF-8 representation to exceed the supplied byte limit.
Parameters
- title System.String
- maximumOutputBytes System.Int64
- cancellationToken System.Threading.CancellationToken = null