Colour to use for any padding required if
OutputSize is not the same as the original DICOM image size
public Color PaddingColour {get; set;}
public:
property Color PaddingColour {
Color get();
void set ( Color value);
}
'Declaration
Public Property PaddingColour As Color
'Usage
Dim instance As VideoCompressionOptions
Dim value As Color
instance.PaddingColour = value
value = instance.PaddingColour
Target Platforms: .NET CLR 4.0 or higher