Search
ImageExportOptions.Bottom Property
See Also
 



 Syntax

VB6  Copy Code

Public Property Get Bottom() As Long
Public Property Let Bottom( _
    ByVal Value As Long _
)

C++  Copy Code

public:
int get_Bottom ()
void put_Bottom (
    int value
)

 Property Value

An integer value.

 See Also