====== Binary ====== Property of [[:scripting:api:text-document:start|ITextDocument]] ===== Description ===== Binary content property ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== var bVal = TextDocument.Binary; ==== Visual Basic Script ==== bVal = TextDocument.Binary ==== C++ ==== VARIANT_BOOL bVal; HRESULT hr = TextDocument.get_Binary(&bVal); ===== See Also ===== [[:scripting:api:text-document:start|ITextDocument]] ~~NOTOC~~