scripting:api:text-document:binary

Binary

Property of ITextDocument

Binary content property

Read-Only Property of type VARIANT_BOOL

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