Aspose::Pdf::Annotations::MarkupAnnotation::SetReviewState method

MarkupAnnotation::SetReviewState(AnnotationState) method

Sets the review state for an annotation. Marked and Unmarked states are ignored as they do not belong to the Review StateModel. The state is set by the user who created the target annotation. The value is taken from the Title property of the target annotation. Note, the state stored in other text annotation which has state and statemodel keys.

void Aspose::Pdf::Annotations::MarkupAnnotation::SetReviewState(AnnotationState state)
ParameterTypeDescription
stateAnnotationStateStatus for assignment.

See Also

MarkupAnnotation::SetReviewState(AnnotationState, System::String) method

Sets the review state for an annotation. Marked and Unmarked states are ignored as they do not belong to the Review StateModel. Note, the state stored in other text annotation which has state and statemodel keys.

void Aspose::Pdf::Annotations::MarkupAnnotation::SetReviewState(AnnotationState state, System::String userName)
ParameterTypeDescription
stateAnnotationStateStatus for assignment.
userNameSystem::StringThe username that appears in the comments header. The name can be the same as the name in the Title of the target annotation or different if the status is set by another user.

See Also