| synopsis || arguments || prev || next |

kdu_params::textualize_attributes

Java: Kdu_params::Textualize_attributes

Overload navigation: 1, 2

void textualize_attributes( kdu_message & output, bool skip_derived=true)

Java: void Textualize_attributes( Kdu_message output, boolean skip_derived)

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

Textualizes all attributes for which information has been written, using the same format as described for parse_string and writing the result out to the output object.


Arguments

output [kdu_message &]

Destination for the generated text.

skip_derived [bool]

If true, attributes marked as automatically generated (by previous calls to set_derived) will not be textualized.


| top || synopsis || arguments || prev || next |