LoadOptions
محتويات
[
يخفي
]
LoadOptions()
يقوم بتهيئة مثيل جديد لملفLoadOptions فئة فارغةPassword وFileFormat يساويUnknown والتشفير الافتراضي .
public LoadOptions()
أنظر أيضا
- class LoadOptions
- مساحة الاسم GroupDocs.Parser.Options
- المجسم GroupDocs.Parser
LoadOptions(string)
يقوم بتهيئة مثيل جديد لملفLoadOptions class معFileFormat يساويUnknown والتشفير الافتراضي .
public LoadOptions(string password)
| معامل | يكتب | وصف |
|---|---|---|
| password | String | كلمة المرور لفتح الملف المحمي بكلمة مرور. |
أنظر أيضا
- class LoadOptions
- مساحة الاسم GroupDocs.Parser.Options
- المجسم GroupDocs.Parser
LoadOptions(FileFormat)
يقوم بتهيئة مثيل جديد لملفLoadOptions class فارغةPasswordوالتشفير الافتراضي.
public LoadOptions(FileFormat fileFormat)
| معامل | يكتب | وصف |
|---|---|---|
| fileFormat | FileFormat | تنسيق الملف. |
أنظر أيضا
- enum FileFormat
- class LoadOptions
- مساحة الاسم GroupDocs.Parser.Options
- المجسم GroupDocs.Parser
LoadOptions(FileFormat, string)
يقوم بتهيئة مثيل جديد لملفLoadOptions فئة بكلمة المرور والتشفير الافتراضي.
public LoadOptions(FileFormat fileFormat, string password)
| معامل | يكتب | وصف |
|---|---|---|
| fileFormat | FileFormat | تنسيق الملف. |
| password | String | كلمة المرور لفتح الملف المحمي بكلمة مرور. |
أنظر أيضا
- enum FileFormat
- class LoadOptions
- مساحة الاسم GroupDocs.Parser.Options
- المجسم GroupDocs.Parser
LoadOptions(FileFormat, string, Encoding, Encoding)
يقوم بتهيئة مثيل جديد لملفLoadOptions فئة مع ترميزات مخصصة.
public LoadOptions(FileFormat fileFormat, string password, Encoding encoding,
Encoding defaultAnsiEncoding)
| معامل | يكتب | وصف |
|---|---|---|
| fileFormat | FileFormat | تنسيق الملف. |
| password | String | كلمة المرور لفتح الملف المحمي بكلمة مرور. |
| encoding | Encoding | ترميز الوثيقة. |
| defaultAnsiEncoding | Encoding | ترميز ANSI الافتراضي المستخدم للكشف عن التشفير. |
أنظر أيضا
- enum FileFormat
- class LoadOptions
- مساحة الاسم GroupDocs.Parser.Options
- المجسم GroupDocs.Parser