Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Page

import type { Page } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Specifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.

interface Page {
lineRange?: Range | null;
offsetRange?: Range | null;
pageNumber?: number | null;
}

§Properties

§
lineRange?: Range | null
[src]

Reserved for future use.

§
offsetRange?: Range | null
[src]

Reserved for future use.

§
pageNumber?: number | null
[src]

The page number of the page that contains the sensitive data.