Skip to content

Commit cf15142

Browse files
Merge pull request #613 from telerik/yoan/fixes
Fixes.
2 parents cd95a46 + 62f0867 commit cf15142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/radpdfprocessing/model/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ position: 4
2323

2424
| **Method** | **Description** |
2525
|-----------------------|-------------------------------------------------------------------------------------------------|
26-
| **GetBitmapSource** (_.NET Standard_) | Creates a [BitmapSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.bitmapsource) from the image element.|
26+
| **GetBitmapSource** (_Unavailable in .NET Standard_) | Creates a [BitmapSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.bitmapsource) from the image element.|
2727
| **Clone** (_since Q2 2025_) | Creates a deep copy of this document element. |
2828

2929
### Working With an Image

web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
<action type="Redirect" url="radpdfprocessing/features/digital-signature/getting-started"/>
205205
</rule>
206206
<rule name="comply-with-pdfa-standard" enabled="true" stopProcessing="true">
207-
<match url="^radpdfprocessing/howto/comply-with-pdfa-standard$"/>
208-
<action type="Redirect" url="radpdfprocessing/concepts/comply-with-pdfa-standard"/>
207+
<match url="^libraries/radpdfprocessing/howto/comply-with-pdfa-standard$"/>
208+
<action type="Redirect" url="libraries/radpdfprocessing/concepts/comply-with-pdfa-standard"/>
209209
</rule>
210210
</rules>
211211
</rewrite>

0 commit comments

Comments
 (0)