[]
Gets the file format associated with these save options.
Concrete subclasses set this value to the format they support, such as Csv for CsvSaveOptions or Pdf for PdfSaveOptions.
public SaveFileFormat FileFormat { get; protected set; }
Public Property FileFormat As SaveFileFormat
PdfSaveOptions options = new PdfSaveOptions();
SaveFileFormat fileFormat = options.FileFormat;