Skip to content

Copyright

The copyright information is displayed in the footer of the start screen, camera and finish screen. This section ensures that the intellectual property rights of the app's content and design are protected.

document-reader web component start screen with Copyright section highlighted

To customize the appearance, use the part attribute and define the desired CSS properties. For example:

document-reader::part(container-copyright) {
    /* Styles to apply to the `container-copyright` part */
}

You can hide the copyright by using the copyright property.

Next Steps