ImageSaveOptions

ImageSaveOptions()

기본값으로 ImagesSaveOptions 클래스의 새 인스턴스를 초기화합니다.

public ImageSaveOptions()

또한보십시오


ImageSaveOptions(bool)

덮어쓰기 플래그를 사용하여 ImagesSaveOptions 클래스의 새 인스턴스를 초기화합니다.

public ImageSaveOptions(bool overwriteExistingFile)
모수 유형 설명
overwriteExistingFile Boolean 서명된 파일을 동일한 파일로 덮어쓸지 여부에 플래그를 지정합니다.

또한보십시오


ImageSaveOptions(ImageSaveFileFormat, bool)

지정된 출력 유형 및 덮어쓰기 플래그를 사용하여 ImagesSaveOptions 클래스의 새 인스턴스를 초기화합니다.

public ImageSaveOptions(ImageSaveFileFormat fileFormat, bool overwriteExistingFile)
모수 유형 설명
fileFormat ImageSaveFileFormat 출력 파일 유형ImageSaveFileFormat.
overwriteExistingFile Boolean 서명된 파일을 동일한 파일로 덮어쓸지 여부에 플래그를 지정합니다.

또한보십시오