Click or drag to resize

PdfImage Methods

The PdfImage type exposes the following members.

Methods
 NameDescription
Public methodClone Clones this PdfImage.
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
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also