Aspose::Pdf::Annotations::MarkupAnnotation::SetMarkedState method

MarkupAnnotation::SetMarkedState method

Sets Marked and Unmarked state for the annotation. Note, the state stored in other text annotation which has state and statemodel keys.

void Aspose::Pdf::Annotations::MarkupAnnotation::SetMarkedState(bool marked)
ParameterTypeDescription
markedboolTrue if sets Marked state, and false if sets Unmarked state.

See Also