DicomObjects.NET.8.48 Documentation
DicomObjects.Video Namespace / VideoCompressionOptions Class / PaddingColour Property






In This Topic
    PaddingColour Property
    In This Topic
    Colour to use for any padding required if OutputSize is not the same as the original DICOM image size
    Syntax
    'Declaration
     
    
    Public Property PaddingColour As System.Drawing.Color
    'Usage
     
    
    Dim instance As VideoCompressionOptions
    Dim value As System.Drawing.Color
     
    instance.PaddingColour = value
     
    value = instance.PaddingColour
    public System.Drawing.Color PaddingColour {get; set;}
    public read-write property PaddingColour: System.Drawing.Color; 
    public function get,set PaddingColour : System.Drawing.Color
    public: __property System.Drawing.Color get_PaddingColour();
    public: __property void set_PaddingColour( 
       System.Drawing.Color value
    );
    public:
    property System.Drawing.Color PaddingColour {
       System.Drawing.Color get();
       void set (    System.Drawing.Color value);
    }
    Remarks
    Default is Black
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also