5,172
社区成员




object FileName = savePath;
object FileFormat = WdSaveFormat.wdFormatFilteredHTML;
object LockComments = Type.Missing;
object Password = Type.Missing;
object AddToRecentFiles = Type.Missing;
object WritePassword = Type.Missing;
object ReadOnlyRecommended = Type.Missing;
object EmbedTrueTypeFonts = Type.Missing;
object SaveNativePictureFormat = Type.Missing;
object SaveFormsData = Type.Missing;
object SaveAsAOCELetter = Type.Missing;
object Encoding = Type.Missing;
object InsertLineBreaks = Type.Missing;
object AllowSubstitutions = Type.Missing;
object LineEnding = Type.Missing;
object AddBiDiMarks = Type.Missing;
doc.SaveAs(ref FileName, ref FileFormat, ref LockComments, ref Password, ref AddToRecentFiles, ref WritePassword, ref ReadOnlyRecommended, ref EmbedTrueTypeFonts, ref SaveNativePictureFormat, ref SaveFormsData, ref SaveAsAOCELetter, ref Encoding, ref InsertLineBreaks, ref AllowSubstitutions, ref LineEnding, ref AddBiDiMarks);