HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Additional Inherited Members | |
![]() | |
PdfStream (byte[] bytes) | |
PdfStream (Stream inputStream, PdfWriter writer) | |
void | WriteLength () |
void | FlateCompress () |
void | FlateCompress (int compressionLevel) |
override void | ToPdf (PdfWriter writer, Stream os) |
void | WriteContent (Stream os) |
override String | ToString () |
![]() | |
PdfDictionary () | |
PdfDictionary (PdfName type) | |
void | Put (PdfName key, PdfObject value) |
void | PutEx (PdfName key, PdfObject value) |
void | Remove (PdfName key) |
PdfObject | Get (PdfName key) |
bool | IsFont () |
bool | IsPage () |
bool | IsPages () |
bool | IsCatalog () |
bool | IsOutlineTree () |
void | Merge (PdfDictionary other) |
void | MergeDifferent (PdfDictionary other) |
bool | Contains (PdfName key) |
virtual IDictionaryEnumerator | GetEnumerator () |
override String | ToString () |
PdfObject | GetDirectObject (PdfName key) |
PdfDictionary | GetAsDict (PdfName key) |
PdfArray | GetAsArray (PdfName key) |
PdfStream | GetAsStream (PdfName key) |
PdfString | GetAsString (PdfName key) |
PdfNumber | GetAsNumber (PdfName key) |
PdfName | GetAsName (PdfName key) |
PdfBoolean | GetAsBoolean (PdfName key) |
PdfIndirectReference | GetAsIndirectObject (PdfName key) |
![]() | |
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 () |
![]() | |
const int | DEFAULT_COMPRESSION = -1 |
const int | NO_COMPRESSION = 0 |
const int | BEST_SPEED = 1 |
const int | BEST_COMPRESSION = 9 |
![]() | |
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 |
![]() | |
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" |
![]() | |
PdfStream () | |
virtual void | SuperToPdf (PdfWriter writer, Stream os) |
![]() | |
PdfObject (int type) | |
PdfObject (int type, string content) | |
PdfObject (int type, byte[] bytes) | |
![]() | |
bool | compressed = false |
int | compressionLevel = NO_COMPRESSION |
MemoryStream | streamBytes = null |
Stream | inputStream |
PdfIndirectReference | iref |
int | inputStreamLength = -1 |
PdfWriter | writer |
int | rawLength |
![]() | |
byte[] | bytes |
int | type |
PRIndirectReference | indRef |
![]() | |
int | RawLength [get] |
![]() | |
ICollection | Keys [get] |
int | Size [get] |
![]() | |
int | Length [get] |
string | Content [set] |
int | Type [get] |
PRIndirectReference | IndRef [get, set] |
A PdfPattern
defines a ColorSpace