| 
    HiraokaHyperTools.iTextSharp-LGPL
    0.3.0
    
   | 
 
  
Properties | |
| bool | Isolated [set] | 
| bool | Knockout [set] | 
  Properties inherited from iTextSharp.text.pdf.PdfDictionary | |
| ICollection | Keys [get] | 
| int | Size [get] | 
  Properties inherited from iTextSharp.text.pdf.PdfObject | |
| int | Length [get] | 
| string | Content [set] | 
| int | Type [get] | 
| PRIndirectReference | IndRef [get, set] | 
Additional Inherited Members | |
  Static Public Attributes inherited from iTextSharp.text.pdf.PdfDictionary | |
| static PdfName | FONT = PdfName.FONT | 
| static PdfName | OUTLINES = PdfName.OUTLINES | 
| static PdfName | PAGE = PdfName.PAGE | 
| static PdfName | PAGES = PdfName.PAGES | 
| static PdfName | CATALOG = PdfName.CATALOG | 
  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" | 
  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 | 
The transparency group dictionary.
| iTextSharp.text.pdf.PdfTransparencyGroup.PdfTransparencyGroup | ( | ) | 
Constructs a transparencyGroup.
      
  | 
  set | 
Determining the initial backdrop against which its stack is composited.
| isolated | 
      
  | 
  set | 
Determining whether the objects within the stack are composited with one another or only with the group's backdrop.
| knockout |