DicomObjects.NET8 Documentation
DicomObjects Namespace / WsiTileFragment Structure / Length Property



In This Topic
    Length Property
    In This Topic
    Lenght of the tile fragment
    Syntax
    'Declaration
     
    
    Public Property Length As UInteger
    'Usage
     
    
    Dim instance As WsiTileFragment
    Dim value As UInteger
     
    instance.Length = value
     
    value = instance.Length
    public uint Length {get; set;}
    public:
    property uint Length {
       uint get();
       void set (    uint value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also