OmrEngine.GenerateTemplate

GenerateTemplate(MemoryStream, GlobalPageSettings, ImageCollection, Encoding)

MemoryStream 를 기반으로 템플릿(.omr) 및 템플릿 이미지를 생성합니다.

public GenerationResult GenerateTemplate(MemoryStream stream, GlobalPageSettings settings, 
    ImageCollection userImages = null, Encoding encoding = null)
모수유형설명
streamMemoryStream마크업 라인을 포함하는 스트림
settingsGlobalPageSettings모든 페이지 요소에 적용되는 전역 설정
userImagesImageCollection템플릿 생성에 사용할 수 있는 이미지 모음입니다. 파일 시스템 대신 MemoryStream의 이미지를 사용하도록 허용
encodingEncoding마크업 라인 인코딩, 기본적으로 UTF-8이 사용됨

반환 값

생성 결과

또한보십시오


GenerateTemplate(MemoryStream, ImageCollection, Encoding)

MemoryStream 를 기반으로 템플릿(.omr) 및 템플릿 이미지를 생성합니다.

public GenerationResult GenerateTemplate(MemoryStream stream, ImageCollection userImages = null, 
    Encoding encoding = null)
모수유형설명
streamMemoryStream마크업 라인을 포함하는 스트림
userImagesImageCollection템플릿 생성에 사용할 수 있는 이미지 모음입니다. 파일 시스템 대신 MemoryStream의 이미지를 사용하도록 허용
encodingEncoding마크업 라인 인코딩, 기본적으로 UTF-8이 사용됨

반환 값

생성 결과

또한보십시오


GenerateTemplate(string[], GlobalPageSettings, ImageCollection)

마크업 lines 의 배열을 기반으로 템플릿(.omr) 및 템플릿 이미지를 생성합니다.

public GenerationResult GenerateTemplate(string[] markupLines, GlobalPageSettings settings, 
    ImageCollection userImages = null)
모수유형설명
markupLinesString[]마크업 라인 배열
settingsGlobalPageSettings모든 페이지 요소에 적용되는 전역 설정
userImagesImageCollection템플릿 생성에 사용할 수 있는 이미지 모음입니다. 파일 시스템 대신 MemoryStream의 이미지를 사용하도록 허용

반환 값

생성 결과

또한보십시오


GenerateTemplate(string[], ImageCollection)

마크업 lines 의 배열을 기반으로 템플릿(.omr) 및 템플릿 이미지를 생성합니다.

public GenerationResult GenerateTemplate(string[] markupLines, ImageCollection userImages = null)
모수유형설명
markupLinesString[]마크업 라인 배열
userImagesImageCollection템플릿 생성에 사용할 수 있는 이미지 모음입니다. 파일 시스템 대신 MemoryStream의 이미지를 사용하도록 허용

반환 값

생성 결과

또한보십시오


GenerateTemplate(string, GlobalPageSettings, Encoding)

텍스트 마크업을 기반으로 템플릿(.omr) 및 템플릿 이미지 생성

public GenerationResult GenerateTemplate(string markupPath, GlobalPageSettings settings, 
    Encoding encoding = null)
모수유형설명
markupPathString텍스트 마크업 파일 경로
settingsGlobalPageSettings모든 페이지 요소에 적용되는 전역 설정
encodingEncoding마크업 파일 인코딩, 기본적으로 UTF-8이 사용됨

반환 값

생성 결과

또한보십시오


GenerateTemplate(string, Encoding)

텍스트 마크업을 기반으로 템플릿(.omr) 및 템플릿 이미지 생성

public GenerationResult GenerateTemplate(string markupPath, Encoding encoding = null)
모수유형설명
markupPathString텍스트 마크업 파일 경로
encodingEncoding마크업 파일 인코딩, 기본적으로 UTF-8이 사용됨

반환 값

생성 결과

또한보십시오


GenerateTemplate(string, string[], Encoding)

텍스트 마크업을 기반으로 템플릿(.omr) 및 템플릿 이미지 생성

public GenerationResult GenerateTemplate(string markupPath, string[] imagesPaths, 
    Encoding encoding = null)
모수유형설명
markupPathString텍스트 마크업 파일 경로
imagesPathsString[]생성에 사용된 이미지의 전체 경로
encodingEncoding마크업 파일 인코딩, 기본적으로 UTF-8이 사용됨

반환 값

생성 결과

또한보십시오


GenerateTemplate(TemplateConfig, GlobalPageSettings, ImageCollection)

Template object 를 기반으로 템플릿(.omr) 및 템플릿 이미지를 생성합니다.

public GenerationResult GenerateTemplate(TemplateConfig config, GlobalPageSettings settings, 
    ImageCollection userImages = null)
모수유형설명
configTemplateConfig모든 요소를 나타내는 템플릿 객체
settingsGlobalPageSettings모든 템플릿 생성에 사용되는 전역 설정
userImagesImageCollection템플릿 생성에 사용할 수 있는 이미지 모음입니다. 파일 시스템 대신 MemoryStream의 이미지를 사용하도록 허용

반환 값

생성 결과

또한보십시오