FindFormat
RedactorConfiguration.FindFormat method
البحث عن تكوينات التنسيق لملحق ملف معين.
public DocumentFormatConfiguration FindFormat(string fileExtension)
معامل | يكتب | وصف |
---|---|---|
fileExtension | String | امتداد الملف ، التنسيق هو “.ext” |
قيمة الإرجاع
إذا تم العثور على مثيلDocumentFormatConfiguration
، باطل خلاف ذلك
أمثلة
يوضح المثال التالي كيفية الحصول على معالجات تنسيق المستخدم المضمنة أو المخصصة.
var configuration = RedactorConfiguration.GetInstance();
var formatSettings = configuration.FindFormat(".psd");
أنظر أيضا
- class DocumentFormatConfiguration
- class RedactorConfiguration
- مساحة الاسم GroupDocs.Redaction.Configuration
- المجسم GroupDocs.Redaction