Property FilePath
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
FilePath
Gets or sets the path to the file in which the destination is located.
public string? FilePath { get; set; }
Property Value
- string
The path to the file in which the destination is located.
Remarks
The property may return null
for existing actions.
However, setting null
is not allowed.