Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Sub SaveAs2000 ( _
    ByRef FileName As Object, _
    ByRef FileFormat As Object, _
    ByRef LockComments As Object, _
    ByRef Password As Object, _
    ByRef AddToRecentFiles As Object, _
    ByRef WritePassword As Object, _
    ByRef ReadOnlyRecommended As Object, _
    ByRef EmbedTrueTypeFonts As Object, _
    ByRef SaveNativePictureFormat As Object, _
    ByRef SaveFormsData As Object, _
    ByRef SaveAsAOCELetter As Object _
)
void SaveAs2000(
    ref Object FileName,
    ref Object FileFormat,
    ref Object LockComments,
    ref Object Password,
    ref Object AddToRecentFiles,
    ref Object WritePassword,
    ref Object ReadOnlyRecommended,
    ref Object EmbedTrueTypeFonts,
    ref Object SaveNativePictureFormat,
    ref Object SaveFormsData,
    ref Object SaveAsAOCELetter
)
Parameters
- FileName
 Type: System.Object%
- FileFormat
 Type: System.Object%
- LockComments
 Type: System.Object%
- Password
 Type: System.Object%
- AddToRecentFiles
 Type: System.Object%
- WritePassword
 Type: System.Object%
- ReadOnlyRecommended
 Type: System.Object%
- EmbedTrueTypeFonts
 Type: System.Object%
- SaveNativePictureFormat
 Type: System.Object%
- SaveFormsData
 Type: System.Object%
- SaveAsAOCELetter
 Type: System.Object%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.