This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ResizeCommand
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ResizeCommand

The type exposes the following properties.

Public Properties

  Name Description
Public property AspectRatio
Gets or sets a value indicating whether to keep aspect ratio.
Public property Height
Gets or sets the height.
Public property MaxHeight
Gets or sets the maximum height.
Public property MaxWidth
Gets or sets the maximum width.
Public property MinHeight
Gets or sets the minimum height.
Public property MinWidth
Gets or sets the minimum width.
Public property ResizeMode
Gets or sets the resize mode.
Public property Width
Gets or sets the width.

See Also

Advanced