Skip to content
Merged
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/concepts/clipping.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The __Clipping__ element exposes a single property.
* __Clip__: Property of type __GeometryBase__ representing the [Geometry]({%slug radpdfprocessing-concepts-geometry%}) that is used to clip the content element.


__Example 1__ demonstrates how you can create a Clipping element and assign a __RectangeGeometry__ to its Clip property.
__Example 1__ demonstrates how you can create a Clipping element and assign a __RectangleGeometry__ to its Clip property.


#### __[C#] Example 1: Create clipping__
Expand Down