Can I specify the value that vtkImageReslice pads output images with (instead of zero)?

Hello,
When the vtkImageReslice attribute AutoCropOutput is set to “on”, the output images are either cropped or enlarged by padding. When the output image is padded, vtkImageReslice pads with zeros. Can I control the value that is used for padding? Can I use something other than zeros? Zeros are meaningful values in my output images.
Thank you,
Michelle K.

This post should help: vtkImageReslice "Fills Background" with Zeros. How Can I Change this Behavior?

Thank you.

I apologize for not making the obvious connection between my previous question about
“background filling” of output images and this question about “padding with zeros” of output images. Next time, I will be more thoughtful before posting a new issue.