2027 Property
Changes 0
P

ImageBackgroundSettings.FilePath

Description:
File path of the image for the rendering background.
public string FilePath { get; set; }
  • 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.
  • When setting this property: A non-optional argument was null
  • When setting this property: The file specified by path doesn't exist.