FindFormat
RedactorConfiguration.FindFormat method
지정된 파일 확장자에 대한 형식 구성을 찾습니다.
public DocumentFormatConfiguration FindFormat(string fileExtension)
모수 | 유형 | 설명 |
---|---|---|
fileExtension | String | 파일 확장자, 형식은 “.ext"입니다. |
반환 값
발견되면 인스턴스DocumentFormatConfiguration
, 그렇지 않으면 null
예
다음 예제는 기본 제공 또는 사용자 지정 사용자 형식 처리기를 가져오는 방법을 보여줍니다.
var configuration = RedactorConfiguration.GetInstance();
var formatSettings = configuration.FindFormat(".psd");
또한보십시오
- class DocumentFormatConfiguration
- class RedactorConfiguration
- 네임스페이스 GroupDocs.Redaction.Configuration
- 집회 GroupDocs.Redaction