C# Class iTextSharp.text.pdf.PdfImage

Inheritance: PdfStream
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
name PdfName

Public Methods

Method Description
PdfImage ( Image image, String name, PdfIndirectReference maskRef ) : System

Protected Methods

Method Description
ImportAll ( PdfImage dup ) : void

Private Methods

Method Description
GenerateImgResName ( Image img ) : void
TransferBytes ( Stream inp, Stream outp, int len ) : void

Method Details

ImportAll() protected method

protected ImportAll ( PdfImage dup ) : void
dup PdfImage
return void

PdfImage() public method

public PdfImage ( Image image, String name, PdfIndirectReference maskRef ) : System
image Image
name String
maskRef PdfIndirectReference
return System

Property Details

name protected_oe property

protected PdfName,iTextSharp.text.pdf name
return PdfName