DicomObjects.NET.8.48 Documentation
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 System.Drawing.Size
    'Usage
     
    
    Dim instance As DicomCodecBaseArguments
    Dim value As System.Drawing.Size
     
    value = instance.Size
    public System.Drawing.Size Size {get;}
    public read-only property Size: System.Drawing.Size; 
    public function get Size : System.Drawing.Size
    public: __property System.Drawing.Size get_Size();
    public:
    property System.Drawing.Size Size {
       System.Drawing.Size get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also