C# 클래스 Aspose.Words.Examples.CSharp.Loading_Saving.ImageToPdf

파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
ConvertImageToPdf ( string inputFileName, string outputFileName ) : void

Converts an image to PDF using Aspose.Words for .NET.

Run ( ) : void

메소드 상세

ConvertImageToPdf() 공개 정적인 메소드

Converts an image to PDF using Aspose.Words for .NET.
public static ConvertImageToPdf ( string inputFileName, string outputFileName ) : void
inputFileName string File name of input image file.
outputFileName string Output PDF file name.
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void