Skip to content

Commit 64cb49a

Browse files
1009185: Addressed the review changes
1 parent 555b191 commit 64cb49a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/PDF/PDF-Viewer/blazor/annotation/stamp-annotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When entering stamp mode while in Pan mode, the viewer switches to Text Select m
5151

5252
* In the file explorer dialog, choose an image to add as a stamp on the PDF page.
5353

54-
>**Note:** Only JPEG (JPG/JPEG) image formats are supported for custom stamp annotations.
54+
N> Only JPEG (JPG/JPEG) image formats are supported for custom stamp annotations.
5555

5656
## Setting default properties during control initialization
5757

@@ -243,7 +243,7 @@ This code adds a stamp annotation to the first page of the PDF document. Note th
243243

244244
[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Annotations/Programmatic%20Support/Stamp/Add).
245245

246-
>**Note:** To add a custom stamp annotation programmatically, set the annotation type to [Image](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.AnnotationType.html#Syncfusion_Blazor_SfPdfViewer_AnnotationType_Image) and provide the custom image data using the [CustomStampSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfAnnotation.html#Syncfusion_Blazor_SfPdfViewer_PdfAnnotation_CustomStampSource) API. Then call [AddAnnotationAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_AddAnnotationAsync_Syncfusion_Blazor_SfPdfViewer_PdfAnnotation_) to add the annotation.
246+
N> To add a custom stamp annotation programmatically, set the annotation type to [Image](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.AnnotationType.html#Syncfusion_Blazor_SfPdfViewer_AnnotationType_Image) and provide the custom image data using the [CustomStampSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfAnnotation.html#Syncfusion_Blazor_SfPdfViewer_PdfAnnotation_CustomStampSource) API. Then call [AddAnnotationAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_AddAnnotationAsync_Syncfusion_Blazor_SfPdfViewer_PdfAnnotation_) to add the annotation.
247247

248248
## Edit stamp annotation programmatically
249249

0 commit comments

Comments
 (0)