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
# DevExpress Presentation API Library – Get Started
9
6
10
-
This example creates a presentation with three slides and populates them with content.
7
+
This example creates a new presentation, adds three slides, and populates slides with content.
11
8
12
9
### Slide #1
13
10
@@ -20,6 +17,9 @@ This example creates a presentation with three slides and populates them with co
20
17
### Slide #3
21
18

22
19
20
+
> [!Important]
21
+
> You need a license for the [DevExpress Office File API Subscription](https://www.devexpress.com/products/net/office-file-api/) or [DevExpress Universal Subscription](https://www.devexpress.com/subscriptions/universal.xml) to use our Office File API library in production code. For pricing information, refer to the following webpage: [DevExpress Subscriptions](https://www.devexpress.com/Subscriptions/).
22
+
23
23
## Implementation Details
24
24
25
25
* Use the `Presentation()` parameterless constructor to create a new presentation.
@@ -33,15 +33,15 @@ This example creates a presentation with three slides and populates them with co
0 commit comments