RasterFrame_PushFilterΒΆ

Modify a raster frame with a filter.
RasterFrame_PushFilter(imgDocRef; frameIdx; filterName{; filterParams})
imgDocRef Text The raster document reference.
frameIdx Longint The index of the raster frame.
filterName Text The name of the filter.
filterParams Object The filter parameters.

Modify the raster frame specified by imgDocRef and frameIdx by pushing a filter and its associated parameters into the frame’s edit stack.

Parameter imgDocRef is the raster document reference. If imgDocRef refers to a PDF document, this method does nothing.

Parameter frameIdx is the index of the image frame.

The filter is specified by the filterName and filterParams parameters. If the specified filter does not take any parameters, or to use the filter’s default parameter values, filterParams may be omitted.

For a description on how filters are used for editing raster frames, see Raster Image Filters in the programming guide.

Supported filters and their associated parameters are listed in the Raster Filter Reference section.