←Select platform

Frame Property

Summary

Gets or sets the requested frame

Syntax

C#
VB
C++
public RasterImage Frame { get; set; } 
  
Public Property Frame As Leadtools.RasterImage 
             
            public: 
property Leadtools.RasterImage^ Frame { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 
             

Property Value

Leadtools.RasterImage that represents the requested frame with the specified FrameIndex.

Remarks

When the user receives the frame index, he must provide the image with the provided index, and set it to the property Frame. 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly