DefectOutput

DefectOutput class

Areas containing defects identified in the image.

public class DefectOutput

Constructors

NameDescription
DefectOutput()The default constructor.

Properties

NameDescription
defectAreas { get; set; }The list of image defects and areas where they were found.
Page { get; set; }Page number.
Source { get; set; }The full path to the file or URL, if any. Empty for streams, byte arrays, and Base64 encoded files.

See Also