Skip to content

Commit 58a956f

Browse files
authored
Update pdfprocessing-text-color.md
1 parent 1623e3a commit 58a956f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

knowledge-base/pdfprocessing-text-color.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Setting Text Color Using PdfProcessing
3-
description: Learn how to set the text color using the Telerik PdfProcessing library.
3+
description: Learn how to set/change text color using the Telerik PdfProcessing library.
44
type: how-to
5-
page_title: How to Change Text Color Using PdfProcessing
6-
meta_title: How to Change Text Color Using PdfProcessing
5+
page_title: How to Set Text Color Using PdfProcessing
6+
meta_title: How to Set Text Color Using PdfProcessing
77
slug: pdfprocessing-text-color
8-
tags: pdf, processing, text, color, block, color, graphic
8+
tags: pdf, processing, text, color, block, color, graphic, set, change
99
res_type: kb
1010
ticketid: 1695311
1111
---
@@ -18,13 +18,13 @@ ticketid: 1695311
1818

1919
## Description
2020

21-
Learn how to change the forecolor (e.g. red color) for a text block.
21+
Learn how to change the text color of a [Block]({%slug radpdfprocessing-editing-block%}).
2222

2323
![Change Text Block's ForeColor ><](images/pdfprocessing-text-color.png)
2424

2525
## Solution
2626

27-
To set the fore color in a text block, use the `FillColor` property of `GraphicProperties`. This property determines the color used for rendering content elements of a block. To apply the change only to specific text, use the `SaveGraphicProperties()` and `RestoreGraphicProperties()` methods. These methods allow you to apply a temporary change and revert to the previous settings.
27+
To set the text color of a block, use the `FillColor` property of the [Block]({%slug radpdfprocessing-editing-block%})'s `GraphicProperties`. This property determines the color used for rendering the content elements of a block. To apply the change only to specific text, use the `SaveGraphicProperties()` and `RestoreGraphicProperties()` methods. These methods allow you to apply a temporary change and revert to the previous settings.
2828

2929
### Example Code
3030

0 commit comments

Comments
 (0)