VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / CompositeRenderingSettings Class / CompositeRenderingSettings Constructor(RenderingSettings[])
Syntax Exceptions Requirements SeeAlso
In This Topic
    CompositeRenderingSettings Constructor(RenderingSettings[])
    In This Topic
    Initializes a new instance of the CompositeRenderingSettings class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal ParamArray items
    The items of this composite rendering settings.
    () As RenderingSettings _
    )
    public CompositeRenderingSettings(
    params RenderingSettings[] items
    )
    public: CompositeRenderingSettings(
    params RenderingSettings*[]* items
    )
    public:
    CompositeRenderingSettings(
    ... array<RenderingSettings^>^ items
    )

    Parameters

    items
    The items of this composite rendering settings.
    Exceptions
    ExceptionDescription
    Thrown if items is null OR items is empty array.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also