GetInstance
RedactorConfiguration.GetInstance method
Biedt een singleton-instantie met standaardconfiguratie van ingebouwde indelingen.
public static RedactorConfiguration GetInstance()
Winstwaarde
Configuratie-exemplaar
Voorbeelden
Het volgende voorbeeld laat zien hoe u een handler voor aangepaste indeling kunt toevoegen.
var adobePhotoshopSettings = new DocumentFormatConfiguration();
adobePhotoshopSettings.ExtensionFilter = ".psd";
adobePhotoshopSettings.DocumentType = typeof(MyAdobePhotoshopFormatInstance);
var configuration = RedactorConfiguration.GetInstance();
configuration.AvailableFormats.Add(adobePhotoshopSettings);
Zie ook
- class RedactorConfiguration
- naamruimte GroupDocs.Redaction.Configuration
- montage GroupDocs.Redaction