Click or drag to resize

PdfImage Methods

The PdfImage type exposes the following members.

Methods
 NameDescription
Public methodClone Clones this PdfImage.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
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.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
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