Skip to content

Commit 216e8a6

Browse files
Update images.md
1 parent c5deef2 commit 216e8a6

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-
2. implement its members
44-
3. 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)