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

    See Also