DocumentClass.SaveAs Method

Definition

public virtual void SaveAs (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, ref object Encoding, ref object InsertLineBreaks, ref object AllowSubstitutions, ref object LineEnding, ref object AddBiDiMarks);
abstract member SaveAs : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> unit
override this.SaveAs : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> unit
Public Overridable Sub SaveAs (Optional ByRef FileName As Object, Optional ByRef FileFormat As Object, Optional ByRef LockComments As Object, Optional ByRef Password As Object, Optional ByRef AddToRecentFiles As Object, Optional ByRef WritePassword As Object, Optional ByRef ReadOnlyRecommended As Object, Optional ByRef EmbedTrueTypeFonts As Object, Optional ByRef SaveNativePictureFormat As Object, Optional ByRef SaveFormsData As Object, Optional ByRef SaveAsAOCELetter As Object, Optional ByRef Encoding As Object, Optional ByRef InsertLineBreaks As Object, Optional ByRef AllowSubstitutions As Object, Optional ByRef LineEnding As Object, Optional ByRef AddBiDiMarks As Object)

Parameters

FileName
Object
FileFormat
Object
LockComments
Object
Password
Object
AddToRecentFiles
Object
WritePassword
Object
ReadOnlyRecommended
Object
EmbedTrueTypeFonts
Object
SaveNativePictureFormat
Object
SaveFormsData
Object
SaveAsAOCELetter
Object
Encoding
Object
InsertLineBreaks
Object
AllowSubstitutions
Object
LineEnding
Object
AddBiDiMarks
Object

Implements

Applies to