DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / DicomCodecBaseArguments Class / Size Property



In This Topic
    Size Property (DicomCodecBaseArguments)
    In This Topic
    The size of the image (pixels x pixels)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As Size
    'Usage
     
    
    Dim instance As DicomCodecBaseArguments
    Dim value As Size
     
    value = instance.Size
    public Size Size {get;}
    public:
    property Size Size {
       Size get();
    }
    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