DocumentConfiguration

data class DocumentConfiguration(val sdkConfiguration: SdkConfiguration = SdkConfiguration(), val pageCount: Int = 0)

Configuration data for a document being displayed in the viewer.

This wrapper contains values which are provided in LocalDocumentConfig.

Constructors

Link copied to clipboard
constructor(sdkConfiguration: SdkConfiguration = SdkConfiguration(), pageCount: Int = 0)

Properties

Link copied to clipboard

The total number of pages in the document.

Link copied to clipboard

The SDK configuration settings for the document viewer.