C# Class iTextSharp.text.pdf.PdfBoolean

Inheritance: PdfObject
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
PDFFALSE PdfBoolean
PDFTRUE PdfBoolean

Public Methods

Method Description
PdfBoolean ( bool value ) : System
PdfBoolean ( string value ) : System
ToString ( ) : string

Method Details

PdfBoolean() public method

public PdfBoolean ( bool value ) : System
value bool
return System

PdfBoolean() public method

public PdfBoolean ( string value ) : System
value string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

PDFFALSE public static property

public static PdfBoolean,iTextSharp.text.pdf PDFFALSE
return PdfBoolean

PDFTRUE public static property

public static PdfBoolean,iTextSharp.text.pdf PDFTRUE
return PdfBoolean