A structure containing information about an undetected signature on a page where it was expected but not found.

interface UndetectedSignature {
    Page?: number;
}

Properties

Properties

Page?: number

The page where a signature was expected but not found.