Skip to content

Commit b26ec2f

Browse files
authored
Nested Form XObjects note. (#629)
1 parent 71fcf53 commit b26ec2f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libraries/radpdfprocessing/model/form.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ __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.
69+
6870

6971
### Modifying Form Properties
7072

libraries/radpdfprocessing/model/formsource/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ 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.
47+
4648
#### __[C#] Example 2: Add content to a FormSource__
4749

4850
{{region cs-radpdfprocessing-model-formsource_1}}

0 commit comments

Comments
 (0)