Changeable
Property of IBaseDocument
Description
Changeable state of the document
Property type
Read-Only Property of type VARIANT_BOOL
Syntax
JavaScript
var bVal = BaseDocument.Changeable;
Visual Basic Script
bVal = BaseDocument.Changeable
C++
VARIANT_BOOL bVal; HRESULT hr = BaseDocument.get_Changeable(&bVal);