|
1 | | -<!-- default badges list --> |
2 | | - |
3 | | -[](https://supportcenter.devexpress.com/ticket/details/T609857) |
4 | | -[](https://docs.devexpress.com/GeneralInformation/403183) |
5 | | -[](#does-this-example-address-your-development-requirementsobjectives) |
6 | | -<!-- default badges end --> |
7 | | - |
8 | | -# PDF Document API - Obtain a Checked Appearance Name for a Check Box |
9 | | - |
10 | | -This example shows how to get a checked appearance name for the "Female" check box and check the check box with this value. |
11 | | - |
12 | | -the `PdfDocumentFacade` class allows you to change the PDF document without access to its inner structure. Use the [PdfDocumentFacade.AcroForm](https://docs.devexpress.com/OfficeFileAPI/DevExpress.Pdf.PdfDocumentFacade.AcroForm) property to get interactive form field options. You can change form field and appearance properties. |
13 | | - |
14 | | -## Files to Review |
15 | | - |
16 | | -* [Program.cs](./CS/GetCheckboxCheckedValue/Program.cs) (VB: [Program.vb](./VB/GetCheckboxCheckedValue/Program.vb)) |
17 | | - |
18 | | -## Documentation |
19 | | - |
20 | | -* [Interactive Forms in PDF Documents](https://docs.devexpress.com/OfficeFileAPI/118284/pdf-document-api/interactive-forms) |
21 | | - |
22 | | -<!-- feedback --> |
23 | | -## Does this example address your development requirements/objectives? |
24 | | - |
25 | | -[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=pdf-document-api-get-checked-appearance-name-for-check-box&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=pdf-document-api-get-checked-appearance-name-for-check-box&~~~was_helpful=no) |
26 | | - |
27 | | -(you will be redirected to DevExpress.com to submit your response) |
28 | | -<!-- feedback end --> |
| 1 | +<!-- default badges list --> |
| 2 | + |
| 3 | +[](https://supportcenter.devexpress.com/ticket/details/T609857) |
| 4 | +[](https://docs.devexpress.com/GeneralInformation/403183) |
| 5 | +[](#does-this-example-address-your-development-requirementsobjectives) |
| 6 | +<!-- default badges end --> |
| 7 | + |
| 8 | +# PDF Document API - Obtain a Checked Appearance Name for a Check Box |
| 9 | + |
| 10 | +This example shows how to get a checked appearance name for the "Female" check box and check the check box with this value. |
| 11 | + |
| 12 | +the `PdfDocumentFacade` class allows you to change the PDF document without access to its inner structure. Use the [PdfDocumentFacade.AcroForm](https://docs.devexpress.com/OfficeFileAPI/DevExpress.Pdf.PdfDocumentFacade.AcroForm) property to get interactive form field options. You can change form field and appearance properties. |
| 13 | + |
| 14 | +## Files to Review |
| 15 | + |
| 16 | +* [Program.cs](./CS/GetCheckboxCheckedValue/Program.cs) (VB: [Program.vb](./VB/GetCheckboxCheckedValue/Program.vb)) |
| 17 | + |
| 18 | +## Documentation |
| 19 | + |
| 20 | +* [Interactive Forms in PDF Documents](https://docs.devexpress.com/OfficeFileAPI/118284/pdf-document-api/interactive-forms) |
| 21 | + |
| 22 | +<!-- feedback --> |
| 23 | +## Does this example address your development requirements/objectives? |
| 24 | + |
| 25 | +[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=pdf-document-api-get-checked-appearance-name-for-check-box&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=pdf-document-api-get-checked-appearance-name-for-check-box&~~~was_helpful=no) |
| 26 | + |
| 27 | +(you will be redirected to DevExpress.com to submit your response) |
| 28 | +<!-- feedback end --> |
0 commit comments