←Select platform

ImageFrameOrigin Property

Summary

Gets or sets the number of the frame of a multi-frame image to which this overlay applies.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int ImageFrameOrigin { get; set; } 
Public Property ImageFrameOrigin As Integer 
public int ImageFrameOrigin {get; set;} 
@property (nonatomic, assign) NSUInteger imageFrameOrigin 
public int getImageFrameOrigin() 
public void setImageFrameOrigin(int value) 
             
 <br/>get_ImageFrameOrigin();<br/>set_ImageFrameOrigin(value);<br/>Object.defineProperty('ImageFrameOrigin');  
public: 
property int ImageFrameOrigin { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of the frame of a multi-frame image to which this overlay applies.

Remarks

For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.

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 Assembly