Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

Width Property (ReferencedImagesEntity)






Gets or sets the image width.
Syntax
public Nullable<int> Width {get; set;}
'Declaration
 
Public Property Width As Nullable(Of Integer)
'Usage
 
Dim instance As ReferencedImagesEntity
Dim value As Nullable(Of Integer)
 
instance.Width = value
 
value = instance.Width

            

            
public:
property Nullable<int> Width {
   Nullable<int> get();
   void set (    Nullable<int> value);
}

Property Value

A Nullable representing the image width to match against.
Remarks

Set this value to null to ignore this field for all matching operations.

Requirements

Target Platforms

See Also

Reference

ReferencedImagesEntity Class
ReferencedImagesEntity Members

Error processing SSI file
Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features