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
RadFixedDocument document = new RadFixedDocument();
49
+
var firstPage = document.Pages.AddPage();
50
+
FixedContentEditor fixedContentEditor = new FixedContentEditor(firstPage);
52
51
{{endregion}}
53
52
54
53
The editor maintains an internal [Position]({%slug radpdfprocessing-concepts-position%}) inside the content root element. When a new element is created, its position is being set to the current position of the editor. The initial position of the editor can be specified when it is created.
@@ -57,19 +56,15 @@ __Example 2__ demonstrates how you can create a FixedContentEditor with a specif
57
56
58
57
#### __[C#] Example 2: Create FixedContentEditor with a specific position__
0 commit comments