Skip to content

Commit 22236a8

Browse files
authored
Update stamp.md (#596)
Removed unused API
1 parent 5911b74 commit 22236a8

File tree

1 file changed

+1
-2
lines changed
  • libraries/radpdfprocessing/model/annotations

1 file changed

+1
-2
lines changed

libraries/radpdfprocessing/model/annotations/stamp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ The **AnnotationContentSource** class, accessed by the **Content** property of t
7979
FormSource simpleForm = new FormSource();
8080
CreateContentFormWithText(simpleForm, "Sold");
8181

82-
AnnotationContentSource content = new AnnotationContentSource();
8382
annotation.Content.NormalContentSource = simpleForm;
8483
return fixedDocument;
8584
}
@@ -117,4 +116,4 @@ The **AnnotationContentSource** class, accessed by the **Content** property of t
117116
* [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform %})
118117
* [FormField]({%slug radpdfprocessing-model-interactive-forms-form-fields%})
119118
* [Annotations Overview]({%slug radpdfprocessing-model-annotations-overview%})
120-
* [FormSource]({%slug radpdfprocessing-model-formsource-overview%})
119+
* [FormSource]({%slug radpdfprocessing-model-formsource-overview%})

0 commit comments

Comments
 (0)