C# Class iTextSharp.text.pdf.intern.PdfXConformanceImp

Inheritance: IPdfXConformance
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Property Type Description
pdfxConformance int

Public Methods

Method Description
CheckPDFXConformance ( PdfWriter writer, int key, Object obj1 ) : void
IsPdfIso ( ) : bool
IsPdfX ( ) : bool
IsPdfX1A2001 ( ) : bool
IsPdfX32002 ( ) : bool

Method Details

CheckPDFXConformance() public static method

public static CheckPDFXConformance ( PdfWriter writer, int key, Object obj1 ) : void
writer iTextSharp.text.pdf.PdfWriter
key int
obj1 Object
return void

IsPdfIso() public method

public IsPdfIso ( ) : bool
return bool

IsPdfX() public method

public IsPdfX ( ) : bool
return bool

IsPdfX1A2001() public method

public IsPdfX1A2001 ( ) : bool
return bool

IsPdfX32002() public method

public IsPdfX32002 ( ) : bool
return bool

Property Details

pdfxConformance protected_oe property

protected int pdfxConformance
return int