Overload List
Name | Description | |
---|---|---|
![]() | GenerateImage(Stream, Int32) |
Generate image by specifed PDF file.
|
![]() | GenerateImage(String, Int32) |
Generate image by specifed PDF file.
|
![]() | GenerateImage(Stream, Int32, ImageFormat, Stream) |
Generate image by specifed PDF Stream and write output to the specified output stream.
|
![]() | GenerateImage(Stream, Int32, ImageFormat, String) |
Generate image by specifed PDF file and write output in PNG format to the specified output stream.
|
![]() | GenerateImage(String, Int32, ImageFormat, Stream) |
Generate image by specifed PDF file and write output to the specified output stream.
|
![]() | GenerateImage(String, Int32, ImageFormat, String) |
Generate image by specifed PDF file and write output in PNG format to the specified output stream.
|
See Also