Skip to main content

PdfAcroFormCheckBoxField.ExportValue Property

Specifies an export value of a check box field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string ExportValue { get; set; }

Property Value

Type Description
String

A String value which represents an export value of a check box field.

See Also