C1PreviewFileActionsデータ型で公開されるメンバを以下の表に示します。
            
            パブリック コンストラクタ
            
            
            
            
            
            
            
            パブリック プロパティ
|   | 名前 | 解説 | 
  | CanSaveFile | Gets a value indicating whether the current document can be saved.   | 
  | Document | Gets or sets the current document.   | 
  | ExportOptions | Gets or sets export options.   | 
トップ 
            
            
            
            パブリック メソッド
|   | 名前 | 解説 | 
  | FileOpen | オーバーロードされます。 Loads the document from a specified file. If the file does not exist uses its directory as the initial directory for the "open file" dialog.   | 
  | FileSave | オーバーロードされます。 Saves (exports) the current document in the specified file. If fileName is empty or specifies a directory, the user can select a file name in a "save file" dialog. If specified, exportProvider determines the save/export format, otherwise the file extension is used.   | 
トップ 
            
            
            
            
            パブリック イベント
|   | 名前 | 解説 | 
  | LongOperation | Occurs periodically during long operations (e.g. saving to disk). Allows to provide progress indication and the ability to cancel generation to the user.   | 
トップ 
            
            
            
            
            
            参照