Method | Description | |
---|---|---|
Do ( string to_path ) : void | ||
ExportImagesAction ( Document document, IEnumerable |
Method | Description | |
---|---|---|
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 |
||
IsExportable ( ImageInfo image ) : bool | ||
SortableNumberString ( int num, int count ) : string |
public ExportImagesAction ( Document document, IEnumerable |
||
document | Document | |
pages | IEnumerable |
|
return | System |