public static final enum

PdfProcessorTask.AnnotationProcessingMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.document.processor.PdfProcessorTask.AnnotationProcessingMode

Class Overview

Describes how an annotation will be processed by a processor.

Summary

Enum Values
PdfProcessorTask.AnnotationProcessingMode  DELETE  This will delete the annotation. 
PdfProcessorTask.AnnotationProcessingMode  FLATTEN  This will flatten annotation to the document content. 
PdfProcessorTask.AnnotationProcessingMode  KEEP  This will keep annotation as a separate annotation. 
PdfProcessorTask.AnnotationProcessingMode  PRINT  This will flatten the annotation if it can be printed, removes it otherwise. 
Public Methods
static PdfProcessorTask.AnnotationProcessingMode valueOf(String name)
final static AnnotationProcessingMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PdfProcessorTask.AnnotationProcessingMode DELETE

This will delete the annotation.

public static final PdfProcessorTask.AnnotationProcessingMode FLATTEN

This will flatten annotation to the document content.

public static final PdfProcessorTask.AnnotationProcessingMode KEEP

This will keep annotation as a separate annotation.

public static final PdfProcessorTask.AnnotationProcessingMode PRINT

This will flatten the annotation if it can be printed, removes it otherwise.

Public Methods

public static PdfProcessorTask.AnnotationProcessingMode valueOf (String name)

public static final AnnotationProcessingMode[] values ()