FileName Property (IImageBackground) Send Feedback
See Also 
Gets or sets the path and file name of the image to use for the image background.

Syntax

Visual Basic 
Property FileName As System.String
C# 
System.string FileName {get; set;}
JavaScript 
get_FileName () : String
put_FileName (
   NewVal : String
)
COM native C++ 
HRESULT get_FileName(
   BSTR* Val
) 
HRESULT put_FileName( 
   BSTR NewVal
C++ 
DSRESULT get_FileName (
   dsString* Val
)
DSRESULT put_FileName(
   const dsString& NewVal
)

Property Value

Path and file name of the image

See Also

Availability

DraftSight V1R5.0