Skip to content

Commit 2cdd963

Browse files
authored
Yoan/nesting xbojects (#630)
* Nested Form XObjects note. * Fixed Slug
1 parent b26ec2f commit 2cdd963

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

libraries/radpdfprocessing/model/form.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ __Example 2__ demonstrates how to use one of the factory methods of the __Conten
6565
6666
>You can add content to the form by setting its FormSource property. The API allows you also to directly pass the FormSource to a method which will automatically generate a form in the document content. For more information on this topic, check the [FormSource]({%slug radpdfprocessing-model-formsource-overview%}) article.
6767
68-
>There’s no nesting limit for [Form XObjects[({%slug radpdfprocessing-model-form%})], but PDF viewers may restrict depth to avoid memory or performance issues and improve responsiveness, which can affect rendering depending on the viewer.
6968

70-
69+
>There’s no nesting limit for [Form XObjects]({%slug radpdfprocessing-model-form%}), but PDF viewers may restrict depth to avoid memory or performance issues and improve responsiveness, which can affect rendering depending on the viewer.
70+
71+
7172
### Modifying Form Properties
7273

7374
You can modify a __Form__ element using the properties the class exposes. The properties are listed in the [Public API](#public-api) section.

libraries/radpdfprocessing/model/formsource/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The FormSource class inherits from the IContentRootElement interface. This inher
4343

4444
**Example 2** shows you how you can insert a content into a FormSource object using FixedContentEditor.
4545

46-
>There’s no nesting limit for [Form XObjects[({%slug radpdfprocessing-model-form%})], but PDF viewers may restrict depth to avoid memory or performance issues and improve responsiveness, which can affect rendering depending on the viewer.
46+
>There’s no nesting limit for [Form XObjects]({%slug radpdfprocessing-model-form%}), but PDF viewers may restrict depth to avoid memory or performance issues and improve responsiveness, which can affect rendering depending on the viewer.
4747
4848
#### __[C#] Example 2: Add content to a FormSource__
4949

0 commit comments

Comments
 (0)