Asset Appearance Stream Generator
Annotation appearance stream generator that supplies a PDF file in app assets to be used as annotation appearance stream.
Functions
Link copied to clipboard
Link copied to clipboard
open fun getDataProviderForAnnotation(@NonNull annotation: Annotation, @NonNull options: EnumSet<AppearanceStreamGenerator.AppearanceStreamGenerationOptions>): DataProvider
Called when the appearance stream data for the given annotation is needed.
Link copied to clipboard
Asks the generator whether it should be used to generate the appearance stream for
annotation
.Link copied to clipboard