public static interface

AnnotationPreviewConfiguration.Builder

implements AnnotationConfiguration.Builder<T>
com.pspdfkit.annotations.configuration.AnnotationPreviewConfiguration.Builder<T>
Known Indirect Subclasses

Class Overview

Builder for AnnotationOverlayTextConfiguration.

Summary

Public Methods
abstract T setPreviewEnabled(boolean isPreviewEnabled)
Sets whether annotation preview will be enabled when creating annotations.
[Expand]
Inherited Methods
From interface com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder

Public Methods

public abstract T setPreviewEnabled (boolean isPreviewEnabled)

Sets whether annotation preview will be enabled when creating annotations. Defaults to true.

Parameters
isPreviewEnabled true to enable preview, false to disable.