combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertySize Class / Set Method / Set(Int32,Int32) Method
Width.
Height.


In This Topic
    Set(Int32,Int32) Method
    In This Topic
    Sets the size.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Set( _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) 
    public void Set( 
       int width,
       int height
    )
    public:
    void Set( 
       int width,
       int height
    ) 

    Parameters

    width
    Width.
    height
    Height.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also