PdfConfiguration

constructor(    scrollDirection: PageScrollDirection,     scrollMode: PageScrollMode,     fitMode: PageFitMode,     layoutMode: PageLayoutMode,     themeMode: ThemeMode,     isFirstPageAlwaysSingle: Boolean,     showGapBetweenPages: Boolean,     isScrollbarsEnabled: Boolean,     backgroundColor: Int,     loadingProgressDrawable: Int?,     memoryCacheSize: Int,     isInvertColors: Boolean,     isToGrayscale: Boolean,     startZoomScale: Float,     maxZoomScale: Float,     shouldZoomOutBounce: Boolean,     isTextSelectionEnabled: Boolean,     isFormEditingEnabled: Boolean,     isAutoSelectNextFormElementEnabled: Boolean,     isFormElementDateAndTimePickerEnabled: Boolean,     isAnnotationEditingEnabled: Boolean,     isAnnotationRotationEnabled: Boolean,     isContentEditingEnabled: Boolean,     isMeasurementsEnabled: Boolean,     isAnnotationLimitedToPageBounds: Boolean,     useRectangleSelectionForMarkupAnnotations: Boolean,     editableAnnotationTypes: List<AnnotationType>,     enabledAnnotationTools: List<AnnotationTool>,     selectedAnnotationResizeEnabled: Boolean,     selectedAnnotationResizeGuidesEnabled: Boolean,     selectedAnnotationFontScalingOnResizeEnabled: Boolean,     resizeGuideSnapAllowance: Float,     guideLineIntervals: List<Float>,     isAnnotationInspectorEnabled: Boolean,     excludedAnnotationTypes: List<AnnotationType>,     isAutosaveEnabled: Boolean,     pagePadding: Int,     isVideoPlaybackEnabled: Boolean,     isPlayingMultipleMediaInstancesEnabled: Boolean,     isLastViewedPageRestorationEnabled: Boolean,     isAutomaticLinkGenerationEnabled: Boolean,     isCopyPasteEnabled: Boolean,     enabledCopyPasteFeatures: EnumSet<CopyPasteFeatures>,     isUndoEnabled: Boolean,     isRedoEnabled: Boolean,     annotationReplyFeatures: AnnotationReplyFeatures,     fixedLowResRenderPixelCount: Int?,     isMultithreadedRenderingEnabled: Boolean,     signaturePickerOrientation: SignaturePickerOrientation,     signatureSavingStrategy: SignatureSavingStrategy,     signatureColorOptions: SignatureColorOptions,     signatureCreationModes: List<SignatureCreationMode>,     isNoteAnnotationNoZoomHandlingEnabled: Boolean,     isJavaScriptEnabled: Boolean,     isTextSelectionPopupToolbarEnabled: Boolean,     isAnnotationPopupToolbarEnabled: Boolean,     enabledShareFeatures: EnumSet<ShareFeatures>,     allowMultipleBookmarksPerPage: Boolean,     scrollOnEdgeTapEnabled: Boolean,     animateScrollOnEdgeTaps: Boolean,     scrollOnEdgeTapMargin: Int,     isMagnifierEnabled: Boolean,     showSignHereOverlay: Boolean,     showNoteEditorForNewNoteAnnotations: Boolean,     enableStylusOnDetection: Boolean,     outlineElementState: OutlineElementState,     isWebViewFileAccessAllowed: Boolean,     useCubicInterpolationForInkAnnotations: Boolean)