Table of Contents

Property ExportValue

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

ExportValue

Gets or sets the export value of the radio button.

public string? ExportValue { get; set; }

Property Value

string

The export of the radio button.

Remarks

When no export value is specified in the internal structures, this property returns null. However, setting null to this property is not allowed.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.

ArgumentNullException

value is null.