From fdf6e6b5010c02f5aa979f2976b4eac0d756765a Mon Sep 17 00:00:00 2001 From: Yoan Karamanov Date: Thu, 17 Jul 2025 14:48:31 +0300 Subject: [PATCH] Update stamp.md Removed unused API --- libraries/radpdfprocessing/model/annotations/stamp.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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%})