RVTDocs.com

ImageBackgroundSettings.FilePath

Property
Description:
File path of the image for the rendering background.
Syntax
public string FilePath { get; set; }
Exceptions
Exception Condition
ArgumentException When setting this property: The file specified by path is not an image file. A valid image file should be in one of the following formats: bmp, jpg, jpeg, png, tif.
ArgumentNullException When setting this property: A non-optional argument was null
FileArgumentNotFoundException When setting this property: The file specified by path doesn't exist.