Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/radpdfprocessing/model/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ position: 4

| **Method** | **Description** |
|-----------------------|-------------------------------------------------------------------------------------------------|
| **GetBitmapSource** (_.NET Standard_) | Creates a [BitmapSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.bitmapsource) from the image element.|
| **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.|
| **Clone** (_since Q2 2025_) | Creates a deep copy of this document element. |

### Working With an Image
Expand Down
4 changes: 2 additions & 2 deletions web.config
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
<action type="Redirect" url="radpdfprocessing/features/digital-signature/getting-started"/>
</rule>
<rule name="comply-with-pdfa-standard" enabled="true" stopProcessing="true">
<match url="^radpdfprocessing/howto/comply-with-pdfa-standard$"/>
<action type="Redirect" url="radpdfprocessing/concepts/comply-with-pdfa-standard"/>
<match url="^libraries/radpdfprocessing/howto/comply-with-pdfa-standard$"/>
<action type="Redirect" url="libraries/radpdfprocessing/concepts/comply-with-pdfa-standard"/>
</rule>
</rules>
</rewrite>
Expand Down