scripting:api:text-document:binary

Binary

Property of ITextDocument

Binary content property

Read-Only Property of type VARIANT_BOOL

var bVal = TextDocument.Binary;

==== Visual Basic Script ====

bVal = TextDocument.Binary

==== C++ ====

VARIANT_BOOL bVal;
HRESULT hr = TextDocument.get_Binary(&bVal);

===== See Also ===== ITextDocument