Class EbookConverter
Class EbookConverter
التحويل للتحويل بين الكتب الإلكترونية وغيرها من تنسيقات ملفات الشريط.
public class EbookConverterInheritance
الأعضاء الموروثين
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Examples
[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "MyStory.xlsx";
EbookSaveOptions saveOptions = new EbookSaveOptions();
saveOptions.OutputFile = "res.epub";
EbookConverter.Process(loadOptions, saveOptions);Methods
Process(الخيارات المحمولة, SaveOptions)
التحويلات بين الكتب الإلكترونية وغيرها من تنسيقات الملفات.
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)Parameters
- LoadOptions LoadOptions : خيارات الدخول والشحن:
saveOptionsSaveOptions : خيارات الإنتاج والادخار
اسم الفضاء : Sheetize مجلس النواب : Sheetize.dll