Picture.FullPath Property

Gets or sets the full path of the Picture's image for export purpose. Default value is null/Nothing.
Public Property FullPath() As String
This language is not supported or no code example is available.
public string FullPath {get; set;}
This language is not supported or no code example is available.

Property Value

string
Remarks
 
This property is used when saving a file in DWG/DXF file format for skipping the automatic creation of the image on disk. By design, the Picture's image is stored in the same directory of the output file. This property is reset when Image property is set.

.NET Framework

Supported in: 4.8

In this article

Definition