Interface AnnotationPreviewConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration
public interface AnnotationPreviewConfiguration implements AnnotationConfiguration
Configuration for preview in annotation inspector.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
AnnotationPreviewConfiguration.Builder
Builder for AnnotationOverlayTextConfiguration.
-
Method Summary
Modifier and Type Method Description abstract boolean
isPreviewEnabled()
Controls whether annotation preview is enabled when creating annotations. -
-
Method Detail
-
isPreviewEnabled
abstract boolean isPreviewEnabled()
Controls whether annotation preview is enabled when creating annotations.
- Returns:
True
when annotation preview should be enabled.
-
-
-
-