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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ PdfProcessing comes with a default implementation for such resolver called `Imag
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
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
43
+
2. implement its members
44
+
3. assign an instance of the custom implementation to the `FixedExtensibilityManager.ImagePropertiesResolver` property
0 commit comments