PdfTextStickerState

PdfTextStickerState enumeration

Describes enumeration of PDF text annotation sticker states.

public enum PdfTextStickerState

Values

Name Value Description
Undefined 0 Undefined state.
Marked 1 Marked state.
Unmarked 2 Unmarked state.
Accepted 3 Accepted state.
Rejected 4 Rejected state.
Cancelled 5 Canceled state.
Completed 6 Completed state.
None 7 No state.

See Also