Gets or sets the image of this field that was produced by a dropout or clipping operation.
Syntax
public Image ClipImage {get; set;}
public: __property Image* get_ClipImage();
public: __property void set_ClipImage(
Image* value
);
'Declaration
Public Property ClipImage As Image
'Usage
Dim instance As FieldResult
Dim value As Image
instance.ClipImage = value
value = instance.ClipImage
See Also