SizingMethod Attribute | SizingMethod Property

Internet Development Index

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

sMethodString that specifies or receives one of the following values.
clip to originalDefault. Container is not resized.
auto expandContainer 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