PdfSaveOptions

PdfSaveOptions()

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

public PdfSaveOptions()

또한보십시오


PdfSaveOptions(PdfSaveFileFormat)

지정된 출력 파일 형식으로 PdfSaveOptions 클래스의 새 인스턴스를 초기화합니다.

public PdfSaveOptions(PdfSaveFileFormat fileFormat)
모수 유형 설명
fileFormat PdfSaveFileFormat 출력 파일 유형PdfSaveFileFormat.

또한보십시오


PdfSaveOptions(bool)

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

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

또한보십시오


PdfSaveOptions(PdfSaveFileFormat, bool)

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

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

또한보십시오