Skip to content

Commit 7e828f8

Browse files
authored
Update create-custom-image-properties-resolver-net-standard.md
1 parent 4eefa78 commit 7e828f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/create-custom-image-properties-resolver-net-standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ res_type: kb
3939
4040
## Solution
4141

42-
The following code snippets demonstrate how to create a custom implementation of the ImagePropertiesResolver abstract class using the [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) library and set it to the ImagePropertiesResolver property of the FixedExtensibilityManager.
42+
The following code snippets demonstrate how to create a custom implementation of the ImagePropertiesResolver abstract class using the [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) (2.0.0) library and set it to the **ImagePropertiesResolver** property of the **FixedExtensibilityManager**.
4343

4444
#### __[C#] Create a custom implementation inheriting the ImagePropertiesResolverBase abstract class__
4545

@@ -196,4 +196,4 @@ public class ImagePropertiesResolver : ImagePropertiesResolverBase
196196

197197
## See Also
198198

199-
- [Cross-Platform Images Support in PdfProcessing]({%slug radpdfprocessing-cross-platform-images%})
199+
- [Cross-Platform Images Support in PdfProcessing]({%slug radpdfprocessing-cross-platform-images%})

0 commit comments

Comments
 (0)