Returns true if the raster streaming is supported.
Read-only property
[Visual Basic .NET] |
---|
Public Property IsRasterStreamSupported() As Boolean |
[C#] |
---|
public bool IsRasterStreamSupported {get;} |
[Managed C++] |
---|
public: __property bool get_IsRasterStreamSupported(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsRasterStreamSupported( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool getIsRasterStreamSupported(); |