Search
ImageExportOptions.Left Property
See Also
 



 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_Left ()
void put_Left (
    int value
)

 Property Value

An integer value.

 See Also