SizingMethod Attribute | SizingMethod Property

Sets or retrieves a value that indicates whether the container is resized to fit the resulting image.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Matrix(
    SizingMethod = sMethod ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Matrix").SizingMethod [ = sMethod ]

Possible Values

sMethod String that specifies or receives one of the following values.
clip to original
Default. Container is not resized.
auto expand
Container is resized to fit the resulting image.

The property is read/write. The property has a default value of clip to original.

Remarks

Applies To

Matrix

See Also

Scripting Filters, Filter Design Considerations