'Declaration Public Function ExecuteInPlace( _
ByVal imageAn image to process.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
public bool ExecuteInPlace(
Vintasoft.Imaging.VintasoftImage image
)
public: bool ExecuteInPlace(
Vintasoft.Imaging.VintasoftImage* image
)
public:
bool ExecuteInPlace(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- An image to process.
Return Value
true if image is processed; false if processing is canceled or not necessary.