WordProcessingInputOptions.FieldFileName Property
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Gets or sets the value to be used for the FileName field in a Word document. When the input is a file on disk, this field is automatically updated to the original file name when saved. However when the input is a stream, the file name will not be known so you can set this property to make sure FileName field contains the correct file name.
public string FieldFileName { get; set; }