Type

Property of IBaseDocument

Description

Document Type

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var nVal = BaseDocument.Type;

Visual Basic Script

nVal = BaseDocument.Type

C++

BSTR nVal;
HRESULT hr = BaseDocument.get_Type(&nVal);

See Also

IBaseDocument