Bookmark.ExportFragment(String, WdSaveFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exports the Bookmark to a document for use as a document fragment.
public:
void ExportFragment(System::String ^ FileName, Microsoft::Office::Interop::Word::WdSaveFormat Format);
public void ExportFragment (string FileName, Microsoft.Office.Interop.Word.WdSaveFormat Format);
abstract member ExportFragment : string * Microsoft.Office.Interop.Word.WdSaveFormat -> unit
Public Sub ExportFragment (FileName As String, Format As WdSaveFormat)
Parameters
- FileName
- String
The full path of the file in which to save the document fragment.
- Format
- WdSaveFormat
One of the WdSaveFormat values that specifies the file format of the document fragment file. You can save a document fragment in any format that Microsoft Office Word supports.