'Declaration Public Function GetImageLayout() As ImGearDoubleRectangle
'Usage Dim instance As ImGearTWAIN Dim value As ImGearDoubleRectangle value = instance.GetImageLayout()
public ImGearDoubleRectangle GetImageLayout()
public: ImGearDoubleRectangle GetImageLayout();
public: ImGearDoubleRectangle GetImageLayout();
Return Value
ImageGear.Core.ImGearDoubleRectangle that represents the physical bounding box of the region to be acquired.
Note: Use only the Left, Top, Right, and Bottom properties of the return value.