Leadtools.MedicalViewer Namespace > MedicalViewerPanoramicDataRequestedEventArgs Class : Frame Property |
public RasterImage Frame {get; set;}
'Declaration Public Property Frame As RasterImage
'Usage Dim instance As MedicalViewerPanoramicDataRequestedEventArgs Dim value As RasterImage instance.Frame = value value = instance.Frame
public: property RasterImage^ Frame { RasterImage^ get(); void set ( RasterImage^ value); }
The only property that the user must set is the Frame.
The user can also provide more information like InstanceNumber and CaptureDate, but they are optional. If the user did not set them, then the toolkit will use the default values.