MergerOptions
SameFieldNameToOneField Property
|
Gets or sets a value indicates whether to merge the fields with the same name into one field.
Namespace:
Spire.Pdf.Utilities
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool SameFieldNameToOneField { get; set; }
Public Property SameFieldNameToOneField As Boolean
Get
Set
public:
property bool SameFieldNameToOneField {
bool get ();
void set (bool value);
}
member SameFieldNameToOneField : bool with get, set
Property Value
Type:
Boolean
See Also