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
Copy file name to clipboardExpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,17 @@
6
6
<!-- default badges end -->
7
7
# PDF Document API - Access and Modify Custom Document Properties
8
8
9
-
The code sample below shows how to use the **PdfDocument.CustomProperties** property to access the collection of document's custom properties. You can add and delete custom properties or change associated names or values.
9
+
This sample project uses the [PdfDocument.CustomProperties](https://docs.devexpress.com/OfficeFileAPI/DevExpress.Pdf.PdfDocument.CustomProperties) property to obtain the collection of document's custom properties. You can add and delete custom properties or change associated names or values.
10
+
11
+
> [!Important]
12
+
> The Universal Subscription or an additional Office File API Subscription is required to use this example in production code. For pricing information, please refer to the [DevExpress Subscription](https://www.devexpress.com/Subscriptions/) page.
0 commit comments