Binary
Property of ITextDocument
Description
Binary content property
Property type
Read-Only Property of type VARIANT_BOOL
Syntax
JavaScript
var bVal = TextDocument.Binary;
Visual Basic Script
bVal = TextDocument.Binary
C++
VARIANT_BOOL bVal; HRESULT hr = TextDocument.get_Binary(&bVal);