DicomObjects.NET Core 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 Color
    'Usage
     
    
    Dim instance As VideoCompressionOptions
    Dim value As Color
     
    instance.PaddingColour = value
     
    value = instance.PaddingColour
    public Color PaddingColour {get; set;}
    public:
    property Color PaddingColour {
       Color get();
       void set (    Color value);
    }
    Remarks
    Default is Black
    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