DicomObjects.NET.V8
DicomObjects.DicomCodecs 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: .NET CLR 4.0 or higher

    See Also