Search
ImageExportOptions.Right Property
See Also
 



 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_Right ()
void put_Right (
    int value
)

 Property Value

An integer value.

 See Also