Document.Flatten

Flatten()

Removes all fields from the document and place their values instead.

public void Flatten()

See Also


Flatten(FlattenSettings)

Removes all fields (and annotations) from the document and place their values instead.

public void Flatten(FlattenSettings flattenSettings)
ParameterTypeDescription
flattenSettingsFlattenSettingsSettings for flattening process.

See Also