Skip to content

Commit a86b2b8

Browse files
committed
Resolved comments.
1 parent a438be7 commit a86b2b8

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

knowledge-base/pdfprocessing-draw-rectangle-with-content.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Drawing Rectangles with Text and Image Contant with RadPdfProcessing
2+
title: Drawing Rectangles with Text and Image Content with RadPdfProcessing
33
description: Learn how to draw rectangles with specific styles, add centered text, and images within those rectangles using the RadPdfProcessing library.
44
type: how-to
55
page_title: How to Draw Styled Rectangles with Text and Image Content in PDFs with RadPdfProcessing
66
slug: draw-rectangles-text-images-radpdfprocessing
7-
tags: radpdfprocessing, document, processing, rectangles, text, images, drawing, pdf, content, style, format, fixedcontenteditor
7+
tags: radpdfprocessing, document, processing, rectangles, text, images, drawing, pdf, content, style, format, fixedcontenteditor, editor, image, centered
88
res_type: kb
99
ticketid: 1677969
1010
---
@@ -28,9 +28,7 @@ This knowledge base article also answers the following questions:
2828

2929
To draw a rectangle with a black stroke and a light blue background, add centered text, and insert a centered image within the rectangle using the RadPdfProcessing library, follow these steps:
3030

31-
### Drawing a Rectangle
32-
33-
1. Draw a rectangle by creating a **Path** with a **RectangleGeometry** , defining its dimensions, formatting it, and inserting it in the page.
31+
1. Draw a rectangle by creating a [Path]({%slug radpdfprocessing-model-path%}) with a [RectangleGeometry]({%slug radpdfprocessing-concepts-geometry%}#rectanglegeometry), defining its dimensions, formatting it, and inserting it in the page.
3432
2. Create a **Block** of text, format it, and draw it on top of the rectangle with the **FixedContentEditor** by specifying its **Position**.
3533
3. Draw a second rectangle at a different position.
3634
4. Create an image **Block** and draw it on top of the second rectangle with the **FixedContentEditor** while specifying its **Position**.
@@ -132,9 +130,8 @@ Process.Start(psi);
132130

133131
## See Also
134132

135-
- [Text and Graphic Properties Documentation](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/editing/text-and-graphic-properties)
136-
- [Path Documentation](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/path)
137-
- [Geometry Documentation](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/concepts/geometry)
138-
- [Image Documentation](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/image)
139-
- [RadPdfProcessing Overview](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)
133+
- [Text and Graphic Properties]({%slug radpdfprocessing-editing-text-and-graphic-properties%})
134+
- [Path]({%slug radpdfprocessing-model-path%})
135+
- [Geometry]({%slug radpdfprocessing-concepts-geometry%})
136+
- [PdfProcessing Image]({%slug radpdfprocessing-model-image%})
140137
---

0 commit comments

Comments
 (0)