Module Values.PageSource

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

Sourcetype nonrec t = {
  1. lineRange : Range.t option;
    (*

    Reserved for future use.

    *)
  2. offsetRange : Range.t option;
    (*

    Reserved for future use.

    *)
  3. pageNumber : Awso.Import.Int64.t option;
    (*

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

    *)
}
Sourceval make : ?lineRange:??? -> ?offsetRange:??? -> ?pageNumber:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `Structure of (string * [> `Long of Awso.Import.Int64.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t