Interface AnnotationPreviewConfiguration.Builder
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder
public interface AnnotationPreviewConfiguration.Builder<T> implements AnnotationConfiguration.Builder<T>
Builder for AnnotationOverlayTextConfiguration.
-
-
Method Summary
Modifier and Type Method Description abstract T
setPreviewEnabled(boolean isPreviewEnabled)
Sets whether annotation preview will be enabled when creating annotations. -
-
Method Detail
-
setPreviewEnabled
@NonNull() 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.
-
-
-
-