Class PropertyDrawingFileInfo
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents file information for drawing contents including file name and relative path flag.
public class PropertyDrawingFileInfo : DomItem
- Inheritance
-
PropertyDrawingFileInfo
- Inherited Members
Properties
FileName
Gets or sets the file name (non formula property).
public string FileName { get; set; }
Property Value
FileNameIsRelative
Gets or sets whether the file name is stored relative to the project.
public string FileNameIsRelative { get; set; }
Property Value
Methods
GetAbsoluteFileName()
public string GetAbsoluteFileName()