C# 클래스 PdfMod.Pdf.Actions.ExportImagesAction

파일 보기 프로젝트 열기: GNOME/pdfmod 1 사용 예제들

공개 메소드들

메소드 설명
Do ( string to_path ) : void
ExportImagesAction ( Document document, IEnumerable pages ) : System

비공개 메소드들

메소드 설명
Export ( ImageInfo image, string to_path ) : void

Currently extracts only JPEG images.

ExportAsPngImage ( ImageInfo image, string path ) : void

Exports image in PNG format.

ExportJpegImage ( ImageInfo image, string path ) : void

Exports a JPEG image.

GetFilename ( ImageInfo image, string to_path, string ext ) : string
GetImageObjectsFrom ( IEnumerable pages ) : IEnumerable
IsExportable ( ImageInfo image ) : bool
SortableNumberString ( int num, int count ) : string

메소드 상세

Do() 공개 메소드

public Do ( string to_path ) : void
to_path string
리턴 void

ExportImagesAction() 공개 메소드

public ExportImagesAction ( Document document, IEnumerable pages ) : System
document Document
pages IEnumerable
리턴 System