StickyNoteAnnotationReviewProcess Property |
Gets or sets the review process for this sticky note.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ReviewProcess ReviewProcess { get; set; }
Public Property ReviewProcess As ReviewProcess
Get
Set
Property Value
Type:
ReviewProcess
The review process.
Remarks
Sticky note annotations can be used as a tool for reviewing documents. To this end a
sticky note can have a ReviewProcess attached to it. A ReviewProcess
is a process classification that allows the sticky note to represent a current state from
a set of allowable states. For example, a document might be marked, via the sticky note as
being "Completed" or "Accepted".
See Also