HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.PdfNull Class Reference
Inheritance diagram for iTextSharp.text.pdf.PdfNull:
iTextSharp.text.pdf.PdfObject

Public Member Functions

 PdfNull ()
 
override String ToString ()
 
- Public Member Functions inherited from iTextSharp.text.pdf.PdfObject
virtual void ToPdf (PdfWriter writer, Stream os)
 
virtual byte[] GetBytes ()
 
bool CanBeInObjStm ()
 
override string ToString ()
 
bool IsNull ()
 
bool IsBoolean ()
 
bool IsNumber ()
 
bool IsString ()
 
bool IsName ()
 
bool IsArray ()
 
bool IsDictionary ()
 
bool IsStream ()
 
bool IsIndirect ()
 

Static Public Attributes

static PdfNull PDFNULL = new PdfNull()
 
- Static Public Attributes inherited from iTextSharp.text.pdf.PdfObject
const int BOOLEAN = 1
 
const int NUMBER = 2
 
const int STRING = 3
 
const int NAME = 4
 
const int ARRAY = 5
 
const int DICTIONARY = 6
 
const int STREAM = 7
 
const int NULL = 8
 
const int INDIRECT = 10
 
const string NOTHING = ""
 
const string TEXT_PDFDOCENCODING = "PDF"
 
const string TEXT_UNICODE = "UnicodeBig"
 

Additional Inherited Members

- Protected Member Functions inherited from iTextSharp.text.pdf.PdfObject
 PdfObject (int type)
 
 PdfObject (int type, string content)
 
 PdfObject (int type, byte[] bytes)
 
- Protected Attributes inherited from iTextSharp.text.pdf.PdfObject
byte[] bytes
 
int type
 
PRIndirectReference indRef
 
- Properties inherited from iTextSharp.text.pdf.PdfObject
int Length [get]
 
string Content [set]
 
int Type [get]
 
PRIndirectReference IndRef [get, set]
 

Detailed Description

PdfNull is the Null object represented by the keyword null.

This object is described in the 'Portable Document Format Reference Manual version 1.3' section 4.9 (page 53).

See also
PdfObject

Constructor & Destructor Documentation

◆ PdfNull()

iTextSharp.text.pdf.PdfNull.PdfNull ( )

Constructs a PdfNull-object.

You never need to do this yourself, you can always use the static object PDFNULL.

Member Function Documentation

◆ ToString()

override String iTextSharp.text.pdf.PdfNull.ToString ( )

Member Data Documentation

◆ PDFNULL

PdfNull iTextSharp.text.pdf.PdfNull.PDFNULL = new PdfNull()
static

This is an instance of the PdfNull-object.


The documentation for this class was generated from the following file: