API Reference

Enum

PdfAnnotationReviewState

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Standard review state stored on a PDF annotation.

Inheritance

  • Enum
  • PdfAnnotationReviewState

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfAnnotationReviewState None #

No decision has been recorded.

Value: 0
public const PdfAnnotationReviewState Accepted #

The annotation has been accepted.

Value: 1
public const PdfAnnotationReviewState Rejected #

The annotation has been rejected.

Value: 2
public const PdfAnnotationReviewState Cancelled #

The review item has been cancelled.

Value: 3
public const PdfAnnotationReviewState Completed #

The review item has been completed.

Value: 4
public const PdfAnnotationReviewState Marked #

The annotation is marked.

Value: 5
public const PdfAnnotationReviewState Unmarked #

The annotation is not marked.

Value: 6