Discuss this help topic in SecureBlackbox Forum

TElXMLDOMDocument.WriteBOM

TElXMLDOMDocument     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether byte-order mark should be written when saving the document.

Declaration

[C#]
    bool WriteBOM;

[VB.NET]
    Property WriteBOM As Boolean

[Pascal]
    property WriteBOM : Boolean;

[C++]
    bool get_WriteBOM();
    void set_WriteBOM(bool Value);

[PHP]
    bool get_WriteBOM()
    void set_WriteBOM(bool $Value)

[Java]
    boolean getWriteBOM();
    void setWriteBOM(boolean Value);

Description

    When this property is set to True, SaveToStream() method writes a BOM (byte-order mark) to the stream, and SaveToFile() method writes a BOM to the file.

See also:     SaveToFile     SaveToStream    

Discuss this help topic in SecureBlackbox Forum