WordProcessingInputOptionsFieldFileName Property

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.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public string FieldFileName { get; set; }

Property Value

String

See Also