Skip to content

Commit f9e90fd

Browse files
Merge pull request #461 from mkanilsson/patch-1
Update images.md
2 parents 9cc5035 + c8f44ab commit f9e90fd

File tree

1 file changed

+6
-3
lines changed
  • libraries/radpdfprocessing/cross-platform

1 file changed

+6
-3
lines changed

libraries/radpdfprocessing/cross-platform/images.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ PdfProcessing comes with a default implementation for such resolver called `Imag
3939
### Custom Implementation for ImagePropertiesResolver
4040

4141
In case you have specific requirements and the default ImagePropertiesResolver doesn't fit them, you can implement custom logic that can handle them. To achieve that, you should:
42-
1. inherit the `Telerik.Windows.Documents.Core.Imaging.ImagePropertiesResolverBase` class
43-
1. implement its members
44-
1. assign an instance of the custom implementation to the `FixedExtensibilityManager.ImagePropertiesResolver` property
42+
43+
1\. Inherit the `Telerik.Windows.Documents.Core.Imaging.ImagePropertiesResolverBase` class
44+
45+
2\. Implement its members
46+
47+
3\. Assign an instance of the custom implementation to the `FixedExtensibilityManager.ImagePropertiesResolver` property
4548

4649
## JpegImageConverter
4750

0 commit comments

Comments
 (0)