Click or drag to resize

PdfImageLoad Method

Overload List
 NameDescription
Public methodStatic memberLoad(Stream) Loads a PdfImage from the specified stream and with the Default options.
Public methodStatic memberLoad(String) Loads a PdfImage from a file with the specified path and with the Default options.
Public methodStatic memberLoad(Stream, ImageLoadOptions) Loads a PdfImage from the specified stream and with the specified options.
Public methodStatic memberLoad(String, ImageLoadOptions) Loads a PdfImage from a file with the specified path and with the specified options.
Top
See Also