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
|
Returns |
Name |
|---|---|
|
|
( |
Protected methods
Details
Inheritance
Constructors
PdfImage
Source code
public PdfImage(Image image, string name, PdfIndirectReference maskRef)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
image |
|
|
|
name |
|
|
|
maskRef |
Methods
TransferBytes
Source code
internal static void TransferBytes(Stream inp, Stream outp, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
|
|
|
outp |
|
|
|
len |
ImportAll
Source code
protected virtual void ImportAll(PdfImage dup)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dup |
Properties
Name
public virtual PdfName Name { get; }
Image
public virtual Image Image { get; }
Generated with ModularDoc