DVEXTENTINFO  27AR_Y3

The DVEXTENTINFO structure is used in IViewObjectEx::GetNaturalExtent13KICDP.

typedef struct tagDVEXTENTINFO

    ULONG cb;

    DWORD dwExtentMode;

    SIZEL sizelProposed;

}DVEXTENTINFO;

 

Members

cb

Size of the structure in bytes. The size includes this member as well as the dwExtentMode and sizelProposed members.

dwExtentMode

Indicates whether the sizing mode is content or integral sizing. See the DVEXTENTMODEDV5YF. enumeration for these values.

sizelProposed

Specifies the proposed size in content sizing or the preferred size in integral sizing.

See Also

DVEXTENTMODE