This document is archived and information here might be outdated. Recommended version. |
Indicates whether the rectangle is an envelope or angled.
[Visual Basic .NET] Public Property IsEnvelope As Boolean
[C#] public bool IsEnvelope {get; set;}
[C++]
HRESULT get_IsEnvelope(
Boolean* IsEnvelope
);
[C++]
HRESULT put_IsEnvelope(
VARIANT_BOOL IsEnvelope
);
[C++]
Parameters IsEnvelope [out, retval]
IsEnvelope is a parameter of type bool* IsEnvelope [in]
IsEnvelope is a parameter of type bool