A structure that holds information regarding a detected signature on a page.

interface DetectedSignature {
    Page?: number;
}

Properties

Properties

Page?: number

The page a detected signature was found on.