IgnoreObjStreamNames

    • Offizieller Beitrag

    Hi,

    IgnoreObjStreamNames was used to always embed the binary data of an object into the RTF stream. Its default is false.

    If you need to always embed image data (ignore the stream names) use the format string
    RTF-AlwaysEmbed

    "Formatstrings" are used with SaveToFile, AsANSIString and similar.

    Julian