PdfImage Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfImage[[PdfImage]]
iTextSharp.text.pdf.PdfStream[[PdfStream]]
end
iTextSharp.text.pdf.PdfStream --> iTextSharp.text.pdf.PdfImage
Members
Properties
Public properties
Methods
Internal Static methods
Protected methods
Details
Inheritance
Constructors
PdfImage
Source code
public PdfImage(Image image, string name, PdfIndirectReference maskRef)
Arguments
Methods
TransferBytes
Source code
internal static void TransferBytes(Stream inp, Stream outp, int len)
Arguments
Type | Name | Description |
---|
Stream | inp | |
Stream | outp | |
int | len | |
ImportAll
Source code
protected virtual void ImportAll(PdfImage dup)
Arguments
Properties
Name
public virtual PdfName Name { get; }
Image
public virtual Image Image { get; }
Generated with ModularDoc