Class PdfImage
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
PdfImage is a PdfStream containing an image- Dictionary and -stream.
public class PdfImage : PdfStream
- Inheritance
-
PdfImage
- Inherited Members
Constructors
PdfImage(Image, string, PdfIndirectReference)
constructor
public PdfImage(Image image, string name, PdfIndirectReference maskRef)
Parameters
image
Imagename
stringmaskRef
PdfIndirectReference
Fields
name
membervariables
protected PdfName name
Field Value
Properties
Name
Returns the PdfName of the image.
public PdfName Name { get; }
Property Value
- PdfName
the name
Methods
ImportAll(PdfImage)
protected void ImportAll(PdfImage dup)
Parameters
dup
PdfImage