You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/cross-platform/images.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,12 @@ PdfProcessing comes with a default implementation for such resolver called `Imag
39
39
### Custom Implementation for ImagePropertiesResolver
40
40
41
41
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
0 commit comments