diff --git a/libraries/radpdfprocessing/model/annotations/stamp.md b/libraries/radpdfprocessing/model/annotations/stamp.md index c1a0bb21..a6604b03 100644 --- a/libraries/radpdfprocessing/model/annotations/stamp.md +++ b/libraries/radpdfprocessing/model/annotations/stamp.md @@ -79,7 +79,6 @@ The **AnnotationContentSource** class, accessed by the **Content** property of t FormSource simpleForm = new FormSource(); CreateContentFormWithText(simpleForm, "Sold"); - AnnotationContentSource content = new AnnotationContentSource(); annotation.Content.NormalContentSource = simpleForm; return fixedDocument; } @@ -114,4 +113,4 @@ The **AnnotationContentSource** class, accessed by the **Content** property of t * [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform %}) * [FormField]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) * [Annotations Overview]({%slug radpdfprocessing-model-annotations-overview%}) -* [FormSource]({%slug radpdfprocessing-model-formsource-overview%}) \ No newline at end of file +* [FormSource]({%slug radpdfprocessing-model-formsource-overview%})