C# Class iTextSharp.text.pdf.PdfWriter

Inheritance: DocWriter, IPdfViewerPreferences, IPdfEncryptionSettings, IPdfVersion, IPdfDocumentActions, IPdfPageActions, IPdfIsoConformance, IPdfRunDirection, IPdfAnnotations
Datei anzeigen Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
DID_PRINT PdfName
DID_SAVE PdfName
DOCUMENT_CLOSE PdfName
PAGE_CLOSE PdfName
PAGE_OPEN PdfName
PDF_VERSION_1_2 PdfName
PDF_VERSION_1_3 PdfName
PDF_VERSION_1_4 PdfName
PDF_VERSION_1_5 PdfName
PDF_VERSION_1_6 PdfName
PDF_VERSION_1_7 PdfName
WILL_PRINT PdfName
WILL_SAVE PdfName

Protected Properties

Property Type Description
JBIG2Globals PdfIndirectReference>.Dictionary
OCGLocked PdfArray
OCGRadioGroup PdfArray
body iTextSharp.text.pdf.PdfBody
colorNumber int
compressionLevel int
crypto PdfEncryption
currentPageNumber int
currentPdfReaderInstance PdfReaderInstance
defaultColorspace PdfDictionary
directContent PdfContentByte
directContentUnder PdfContentByte
documentColors ColorDetails>.Dictionary
documentExtGState PdfObject[]>.Dictionary
documentFonts FontDetails>.Dictionary
documentOCG object>.Dictionary
documentOCGorder List
documentPatterns PdfName>.Dictionary
documentProperties PdfObject[]>.Dictionary
documentShadingPatterns object>.Dictionary
documentShadings object>.Dictionary
documentSpotPatterns ColorDetails>.Dictionary
extraCatalog PdfDictionary
fontNumber int
formXObjects Object[]>.Dictionary
formXObjectsCounter int
fullCompression bool
group PdfDictionary
imageDictionary PdfDictionary
newBookmarks Object>>.IList
pageDictEntries PdfDictionary
pageReferences List
patternColorspaceCMYK ColorDetails
patternColorspaceGRAY ColorDetails
patternColorspaceRGB ColorDetails
patternNumber int
pdf PdfDocument
pdfIsoConformance IPdfIsoConformance
pdf_version PdfVersionImp
prevxref long
readerInstances PdfReaderInstance>.Dictionary
root PdfPages
runDirection int
structureTreeRoot PdfStructureTreeRoot
tabs PdfName
tagged bool
ttfUnicodeWriter TtfUnicodeWriter
vOCProperties PdfOCProperties
xmpMetadata byte[]
xmpWriter XmpWriter

Private Properties

Property Type Description
Add PdfIndirectReference
Add PdfIndirectReference
AddASEvent void
AddAnnotation void
AddDirectTemplateSimple PdfName
AddLocalDestinations void
AddSimple ColorDetails
AddSimple FontDetails
AddSimpleExtGState iTextSharp.text.pdf.PdfObject[]
AddSimplePattern PdfName
AddSimplePatternColorspace ColorDetails
AddSimpleProperty iTextSharp.text.pdf.PdfObject[]
AddSimpleShading void
AddSimpleShadingPattern void
CompleteExtraCatalog void
CompleteInfoDictionary void
CreateXmpMetadataBytes byte[]
EliminateFontSubset void
GetColorspaceName PdfName
GetImageReference PdfIndirectReference
GetNameString String
GetOCGOrder void
GetPdfVersion iTextSharp.text.pdf.intern.PdfVersionImp
GetReaderFile RandomAccessFileOrArray
PropertyExists bool
RegisterLayer void
ResetContent void

Public Methods

Method Description
AddAnnotation ( PdfAnnotation annot ) : void
AddCalculationOrder ( PdfFormField annot ) : void
AddDeveloperExtension ( PdfDeveloperExtension de ) : void
AddDirectImageSimple ( System.Image image ) : PdfName
AddDirectImageSimple ( System.Image image, PdfIndirectReference fixedRef ) : PdfName
AddFileAttachment ( PdfFileSpecification fs ) : void
AddFileAttachment ( String description, PdfFileSpecification fs ) : void
AddFileAttachment ( String description, byte fileStore, String file, String fileDisplay ) : void
AddJavaScript ( PdfAction js ) : void
AddJavaScript ( String code ) : void
AddJavaScript ( String name, PdfAction js ) : void
AddJavaScript ( String name, String code ) : void
AddJavaScript ( String name, String code, bool unicode ) : void
AddJavaScript ( String code, bool unicode ) : void
AddNamedDestination ( String name, int page, PdfDestination dest ) : void
AddNamedDestinations ( String>.IDictionary map, int page_offset ) : void
AddOCGRadioGroup ( List group ) : void
AddPageDictEntry ( PdfName key, PdfObject obj ) : void
AddToBody ( PdfObject objecta ) : PdfIndirectObject
AddToBody ( PdfObject objecta, PdfIndirectReference refa ) : PdfIndirectObject
AddToBody ( PdfObject objecta, PdfIndirectReference refa, bool inObjStm ) : PdfIndirectObject
AddToBody ( PdfObject objecta, bool inObjStm ) : PdfIndirectObject
AddToBody ( PdfObject objecta, int refNumber ) : PdfIndirectObject
AddToBody ( PdfObject objecta, int refNumber, bool inObjStm ) : PdfIndirectObject
AddViewerPreference ( PdfName key, PdfObject value ) : void
CheckPdfIsoConformance ( PdfWriter writer, int key, Object obj1 ) : void
ClearTextWrap ( ) : void
Close ( ) : void
CreateXmpMetadata ( ) : void
FreeReader ( PdfReader reader ) : void
GetBoxSize ( String boxName ) : Rectangle
GetImportedPage ( PdfReader reader, int pageNumber ) : PdfImportedPage
GetInstance ( Document document, Stream os ) : PdfWriter
GetInstance ( Document document, Stream os, IDocListener listener ) : PdfWriter
GetPageReference ( int page ) : PdfIndirectReference
GetPdfIsoConformance ( ) : IPdfIsoConformance
GetVerticalPosition ( bool ensureNewLine ) : float
IsPdfIso ( ) : bool
IsPdfX ( ) : bool
IsTagged ( ) : bool
LockLayer ( PdfLayer layer ) : void
Open ( ) : void
ReleaseTemplate ( PdfTemplate tp ) : void
ReorderPages ( int order ) : int
ResetPageDictEntries ( ) : void
SetAdditionalAction ( PdfName actionType, PdfAction action ) : void
SetAtLeastPdfVersion ( char version ) : void
SetBoxSize ( String boxName, Rectangle size ) : void
SetDefaultColorspace ( PdfName key, PdfObject cs ) : void
SetEncryption ( X509Certificate certs, int permissions, int encryptionType ) : void
SetEncryption ( bool strength, String userPassword, String ownerPassword, int permissions ) : void
SetEncryption ( byte userPassword, byte ownerPassword, int permissions, bool strength128Bits ) : void
SetEncryption ( byte userPassword, byte ownerPassword, int permissions, int encryptionType ) : void
SetEncryption ( int encryptionType, String userPassword, String ownerPassword, int permissions ) : void
SetFullCompression ( ) : void
SetLinearPageMode ( ) : void
SetOpenAction ( PdfAction action ) : void
SetOpenAction ( String name ) : void
SetOutputIntents ( PdfReader reader, bool checkExistence ) : bool
SetOutputIntents ( String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile ) : void
SetOutputIntents ( String outputConditionIdentifier, String outputCondition, String registryName, String info, byte destOutputProfile ) : void
SetPageAction ( PdfName actionType, PdfAction action ) : void
SetPageViewport ( PdfArray vp ) : void
SetPdfVersion ( PdfName version ) : void
SetTagged ( ) : void

Protected Methods

Method Description
Add ( PdfICCBased icc ) : PdfIndirectReference
AddSharedObjectsToBody ( ) : void
AddXFormsToBody ( ) : void
BuildStructTreeRootForTagged ( PdfDictionary catalog ) : void
CheckPdfIsoConformance ( int key, Object obj1 ) : void
FillOCProperties ( bool erase ) : void
GetCatalog ( PdfIndirectReference rootObj ) : PdfDictionary
GetNewObjectNumber ( PdfReader reader, int number, int generation ) : int
GetPdfReaderInstance ( PdfReader reader ) : PdfReaderInstance
GetReferenceJBIG2Globals ( byte content ) : PdfIndirectReference
GetTtfUnicodeWriter ( ) : TtfUnicodeWriter
GetXmpWriter ( MemoryStream baos, PdfDocument info ) : XmpWriter
PdfWriter ( ) : System
PdfWriter ( PdfDocument document, Stream os ) : System
WriteKeyInfo ( Stream os ) : void
WriteOutlines ( PdfDictionary catalog, bool namedAsNames ) : void

Private Methods

Method Description
Add ( PdfImage pdfImage, PdfIndirectReference fixedRef ) : PdfIndirectReference
Add ( PdfPage page, PdfContents contents ) : PdfIndirectReference
AddASEvent ( PdfName eventa, PdfName category ) : void
AddAnnotation ( PdfAnnotation annot, int page ) : void
AddDirectTemplateSimple ( PdfTemplate template, PdfName forcedName ) : PdfName
AddLocalDestinations ( PdfDocument.Destination>.SortedDictionary desto ) : void
AddSimple ( PdfSpotColor spc ) : ColorDetails
AddSimple ( BaseFont bf ) : FontDetails
AddSimpleExtGState ( PdfDictionary gstate ) : iTextSharp.text.pdf.PdfObject[]
AddSimplePattern ( PdfPatternPainter painter ) : PdfName
AddSimplePatternColorspace ( BaseColor color ) : ColorDetails
AddSimpleProperty ( Object prop, PdfIndirectReference refi ) : iTextSharp.text.pdf.PdfObject[]
AddSimpleShading ( PdfShading shading ) : void
AddSimpleShadingPattern ( PdfShadingPattern shading ) : void
CompleteExtraCatalog ( PdfDictionary extraCatalog ) : void
CompleteInfoDictionary ( PdfDictionary info ) : void
CreateXmpMetadataBytes ( ) : byte[]
EliminateFontSubset ( PdfDictionary fonts ) : void
GetColorspaceName ( ) : PdfName
GetImageReference ( PdfName name ) : PdfIndirectReference
GetNameString ( PdfDictionary dic, PdfName key ) : String
GetOCGOrder ( PdfArray order, PdfLayer layer ) : void
GetPdfVersion ( ) : PdfVersionImp
GetReaderFile ( PdfReader reader ) : RandomAccessFileOrArray
PropertyExists ( Object prop ) : bool
RegisterLayer ( IPdfOCG layer ) : void
ResetContent ( ) : void

Method Details

Add() protected method

protected Add ( PdfICCBased icc ) : PdfIndirectReference
icc PdfICCBased
return PdfIndirectReference

AddAnnotation() public method

public AddAnnotation ( PdfAnnotation annot ) : void
annot PdfAnnotation
return void

AddCalculationOrder() public method

public AddCalculationOrder ( PdfFormField annot ) : void
annot PdfFormField
return void

AddDeveloperExtension() public method

public AddDeveloperExtension ( PdfDeveloperExtension de ) : void
de PdfDeveloperExtension
return void

AddDirectImageSimple() public method

public AddDirectImageSimple ( System.Image image ) : PdfName
image System.Image
return PdfName

AddDirectImageSimple() public method

public AddDirectImageSimple ( System.Image image, PdfIndirectReference fixedRef ) : PdfName
image System.Image
fixedRef PdfIndirectReference
return PdfName

AddFileAttachment() public method

public AddFileAttachment ( PdfFileSpecification fs ) : void
fs PdfFileSpecification
return void

AddFileAttachment() public method

public AddFileAttachment ( String description, PdfFileSpecification fs ) : void
description String
fs PdfFileSpecification
return void

AddFileAttachment() public method

public AddFileAttachment ( String description, byte fileStore, String file, String fileDisplay ) : void
description String
fileStore byte
file String
fileDisplay String
return void

AddJavaScript() public method

public AddJavaScript ( PdfAction js ) : void
js PdfAction
return void

AddJavaScript() public method

public AddJavaScript ( String code ) : void
code String
return void

AddJavaScript() public method

public AddJavaScript ( String name, PdfAction js ) : void
name String
js PdfAction
return void

AddJavaScript() public method

public AddJavaScript ( String name, String code ) : void
name String
code String
return void

AddJavaScript() public method

public AddJavaScript ( String name, String code, bool unicode ) : void
name String
code String
unicode bool
return void

AddJavaScript() public method

public AddJavaScript ( String code, bool unicode ) : void
code String
unicode bool
return void

AddNamedDestination() public method

public AddNamedDestination ( String name, int page, PdfDestination dest ) : void
name String
page int
dest PdfDestination
return void

AddNamedDestinations() public method

public AddNamedDestinations ( String>.IDictionary map, int page_offset ) : void
map String>.IDictionary
page_offset int
return void

AddOCGRadioGroup() public method

public AddOCGRadioGroup ( List group ) : void
group List
return void

AddPageDictEntry() public method

public AddPageDictEntry ( PdfName key, PdfObject obj ) : void
key PdfName
obj PdfObject
return void

AddSharedObjectsToBody() protected method

protected AddSharedObjectsToBody ( ) : void
return void

AddToBody() public method

public AddToBody ( PdfObject objecta ) : PdfIndirectObject
objecta PdfObject
return PdfIndirectObject

AddToBody() public method

public AddToBody ( PdfObject objecta, PdfIndirectReference refa ) : PdfIndirectObject
objecta PdfObject
refa PdfIndirectReference
return PdfIndirectObject

AddToBody() public method

public AddToBody ( PdfObject objecta, PdfIndirectReference refa, bool inObjStm ) : PdfIndirectObject
objecta PdfObject
refa PdfIndirectReference
inObjStm bool
return PdfIndirectObject

AddToBody() public method

public AddToBody ( PdfObject objecta, bool inObjStm ) : PdfIndirectObject
objecta PdfObject
inObjStm bool
return PdfIndirectObject

AddToBody() public method

public AddToBody ( PdfObject objecta, int refNumber ) : PdfIndirectObject
objecta PdfObject
refNumber int
return PdfIndirectObject

AddToBody() public method

public AddToBody ( PdfObject objecta, int refNumber, bool inObjStm ) : PdfIndirectObject
objecta PdfObject
refNumber int
inObjStm bool
return PdfIndirectObject

AddViewerPreference() public method

public AddViewerPreference ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
return void

AddXFormsToBody() protected method

protected AddXFormsToBody ( ) : void
return void

BuildStructTreeRootForTagged() protected method

protected BuildStructTreeRootForTagged ( PdfDictionary catalog ) : void
catalog PdfDictionary
return void

CheckPdfIsoConformance() public static method

public static CheckPdfIsoConformance ( PdfWriter writer, int key, Object obj1 ) : void
writer PdfWriter
key int
obj1 Object
return void

CheckPdfIsoConformance() protected method

protected CheckPdfIsoConformance ( int key, Object obj1 ) : void
key int
obj1 Object
return void

ClearTextWrap() public method

public ClearTextWrap ( ) : void
return void

Close() public method

public Close ( ) : void
return void

CreateXmpMetadata() public method

public CreateXmpMetadata ( ) : void
return void

FillOCProperties() protected method

protected FillOCProperties ( bool erase ) : void
erase bool
return void

FreeReader() public method

public FreeReader ( PdfReader reader ) : void
reader PdfReader
return void

GetBoxSize() public method

public GetBoxSize ( String boxName ) : Rectangle
boxName String
return Rectangle

GetCatalog() protected method

protected GetCatalog ( PdfIndirectReference rootObj ) : PdfDictionary
rootObj PdfIndirectReference
return PdfDictionary

GetImportedPage() public method

public GetImportedPage ( PdfReader reader, int pageNumber ) : PdfImportedPage
reader PdfReader
pageNumber int
return PdfImportedPage

GetInstance() public static method

public static GetInstance ( Document document, Stream os ) : PdfWriter
document Document
os Stream
return PdfWriter

GetInstance() public static method

public static GetInstance ( Document document, Stream os, IDocListener listener ) : PdfWriter
document Document
os Stream
listener IDocListener
return PdfWriter

GetNewObjectNumber() protected method

protected GetNewObjectNumber ( PdfReader reader, int number, int generation ) : int
reader PdfReader
number int
generation int
return int

GetPageReference() public method

public GetPageReference ( int page ) : PdfIndirectReference
page int
return PdfIndirectReference

GetPdfIsoConformance() public method

public GetPdfIsoConformance ( ) : IPdfIsoConformance
return IPdfIsoConformance

GetPdfReaderInstance() protected method

protected GetPdfReaderInstance ( PdfReader reader ) : PdfReaderInstance
reader PdfReader
return PdfReaderInstance

GetReferenceJBIG2Globals() protected method

protected GetReferenceJBIG2Globals ( byte content ) : PdfIndirectReference
content byte
return PdfIndirectReference

GetTtfUnicodeWriter() protected method

protected GetTtfUnicodeWriter ( ) : TtfUnicodeWriter
return TtfUnicodeWriter

GetVerticalPosition() public method

public GetVerticalPosition ( bool ensureNewLine ) : float
ensureNewLine bool
return float

GetXmpWriter() protected method

protected GetXmpWriter ( MemoryStream baos, PdfDocument info ) : XmpWriter
baos System.IO.MemoryStream
info PdfDocument
return iTextSharp.text.xml.xmp.XmpWriter

IsPdfIso() public method

public IsPdfIso ( ) : bool
return bool

IsPdfX() public method

public IsPdfX ( ) : bool
return bool

IsTagged() public method

public IsTagged ( ) : bool
return bool

LockLayer() public method

public LockLayer ( PdfLayer layer ) : void
layer PdfLayer
return void

Open() public method

public Open ( ) : void
return void

PdfWriter() protected method

protected PdfWriter ( ) : System
return System

PdfWriter() protected method

protected PdfWriter ( PdfDocument document, Stream os ) : System
document PdfDocument
os Stream
return System

ReleaseTemplate() public method

public ReleaseTemplate ( PdfTemplate tp ) : void
tp PdfTemplate
return void

ReorderPages() public method

public ReorderPages ( int order ) : int
order int
return int

ResetPageDictEntries() public method

public ResetPageDictEntries ( ) : void
return void

SetAdditionalAction() public method

public SetAdditionalAction ( PdfName actionType, PdfAction action ) : void
actionType PdfName
action PdfAction
return void

SetAtLeastPdfVersion() public method

public SetAtLeastPdfVersion ( char version ) : void
version char
return void

SetBoxSize() public method

public SetBoxSize ( String boxName, Rectangle size ) : void
boxName String
size Rectangle
return void

SetDefaultColorspace() public method

public SetDefaultColorspace ( PdfName key, PdfObject cs ) : void
key PdfName
cs PdfObject
return void

SetEncryption() public method

public SetEncryption ( X509Certificate certs, int permissions, int encryptionType ) : void
certs Org.BouncyCastle.X509.X509Certificate
permissions int
encryptionType int
return void

SetEncryption() public method

public SetEncryption ( bool strength, String userPassword, String ownerPassword, int permissions ) : void
strength bool
userPassword String
ownerPassword String
permissions int
return void

SetEncryption() public method

public SetEncryption ( byte userPassword, byte ownerPassword, int permissions, bool strength128Bits ) : void
userPassword byte
ownerPassword byte
permissions int
strength128Bits bool
return void

SetEncryption() public method

public SetEncryption ( byte userPassword, byte ownerPassword, int permissions, int encryptionType ) : void
userPassword byte
ownerPassword byte
permissions int
encryptionType int
return void

SetEncryption() public method

public SetEncryption ( int encryptionType, String userPassword, String ownerPassword, int permissions ) : void
encryptionType int
userPassword String
ownerPassword String
permissions int
return void

SetFullCompression() public method

public SetFullCompression ( ) : void
return void

SetLinearPageMode() public method

public SetLinearPageMode ( ) : void
return void

SetOpenAction() public method

public SetOpenAction ( PdfAction action ) : void
action PdfAction
return void

SetOpenAction() public method

public SetOpenAction ( String name ) : void
name String
return void

SetOutputIntents() public method

public SetOutputIntents ( PdfReader reader, bool checkExistence ) : bool
reader PdfReader
checkExistence bool
return bool

SetOutputIntents() public method

public SetOutputIntents ( String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile ) : void
outputConditionIdentifier String
outputCondition String
registryName String
info String
colorProfile ICC_Profile
return void

SetOutputIntents() public method

public SetOutputIntents ( String outputConditionIdentifier, String outputCondition, String registryName, String info, byte destOutputProfile ) : void
outputConditionIdentifier String
outputCondition String
registryName String
info String
destOutputProfile byte
return void

SetPageAction() public method

public SetPageAction ( PdfName actionType, PdfAction action ) : void
actionType PdfName
action PdfAction
return void

SetPageViewport() public method

public SetPageViewport ( PdfArray vp ) : void
vp PdfArray
return void

SetPdfVersion() public method

public SetPdfVersion ( PdfName version ) : void
version PdfName
return void

SetTagged() public method

public SetTagged ( ) : void
return void

WriteKeyInfo() protected static method

protected static WriteKeyInfo ( Stream os ) : void
os Stream
return void

WriteOutlines() protected method

protected WriteOutlines ( PdfDictionary catalog, bool namedAsNames ) : void
catalog PdfDictionary
namedAsNames bool
return void

Property Details

DID_PRINT public_oe static_oe property

public static PdfName,iTextSharp.text.pdf DID_PRINT
return PdfName

DID_SAVE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf DID_SAVE
return PdfName

DOCUMENT_CLOSE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf DOCUMENT_CLOSE
return PdfName

JBIG2Globals protected_oe property

protected Dictionary JBIG2Globals
return PdfIndirectReference>.Dictionary

OCGLocked protected_oe property

protected PdfArray,iTextSharp.text.pdf OCGLocked
return PdfArray

OCGRadioGroup protected_oe property

protected PdfArray,iTextSharp.text.pdf OCGRadioGroup
return PdfArray

PAGE_CLOSE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PAGE_CLOSE
return PdfName

PAGE_OPEN public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PAGE_OPEN
return PdfName

PDF_VERSION_1_2 public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PDF_VERSION_1_2
return PdfName

PDF_VERSION_1_3 public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PDF_VERSION_1_3
return PdfName

PDF_VERSION_1_4 public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PDF_VERSION_1_4
return PdfName

PDF_VERSION_1_5 public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PDF_VERSION_1_5
return PdfName

PDF_VERSION_1_6 public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PDF_VERSION_1_6
return PdfName

PDF_VERSION_1_7 public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PDF_VERSION_1_7
return PdfName

WILL_PRINT public_oe static_oe property

public static PdfName,iTextSharp.text.pdf WILL_PRINT
return PdfName

WILL_SAVE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf WILL_SAVE
return PdfName

body protected_oe property

protected PdfBody,iTextSharp.text.pdf body
return iTextSharp.text.pdf.PdfBody

colorNumber protected_oe property

protected int colorNumber
return int

compressionLevel protected_oe property

protected int compressionLevel
return int

crypto protected_oe property

protected PdfEncryption,iTextSharp.text.pdf crypto
return PdfEncryption

currentPageNumber protected_oe property

protected int currentPageNumber
return int

currentPdfReaderInstance protected_oe property

protected PdfReaderInstance,iTextSharp.text.pdf currentPdfReaderInstance
return PdfReaderInstance

defaultColorspace protected_oe property

protected PdfDictionary,iTextSharp.text.pdf defaultColorspace
return PdfDictionary

directContent protected_oe property

protected PdfContentByte,iTextSharp.text.pdf directContent
return PdfContentByte

directContentUnder protected_oe property

protected PdfContentByte,iTextSharp.text.pdf directContentUnder
return PdfContentByte

documentColors protected_oe property

protected Dictionary documentColors
return ColorDetails>.Dictionary

documentExtGState protected_oe property

protected Dictionary documentExtGState
return PdfObject[]>.Dictionary

documentFonts protected_oe property

protected Dictionary documentFonts
return FontDetails>.Dictionary

documentOCG protected_oe property

protected Dictionary documentOCG
return object>.Dictionary

documentOCGorder protected_oe property

protected List documentOCGorder
return List

documentPatterns protected_oe property

protected Dictionary documentPatterns
return PdfName>.Dictionary

documentProperties protected_oe property

protected Dictionary documentProperties
return PdfObject[]>.Dictionary

documentShadingPatterns protected_oe property

protected Dictionary documentShadingPatterns
return object>.Dictionary

documentShadings protected_oe property

protected Dictionary documentShadings
return object>.Dictionary

documentSpotPatterns protected_oe property

protected Dictionary documentSpotPatterns
return ColorDetails>.Dictionary

extraCatalog protected_oe property

protected PdfDictionary,iTextSharp.text.pdf extraCatalog
return PdfDictionary

fontNumber protected_oe property

protected int fontNumber
return int

formXObjects protected_oe property

protected Dictionary formXObjects
return Object[]>.Dictionary

formXObjectsCounter protected_oe property

protected int formXObjectsCounter
return int

fullCompression protected_oe property

protected bool fullCompression
return bool

group protected_oe property

protected PdfDictionary,iTextSharp.text.pdf group
return PdfDictionary

imageDictionary protected_oe property

protected PdfDictionary,iTextSharp.text.pdf imageDictionary
return PdfDictionary

newBookmarks protected_oe property

protected IList> newBookmarks
return Object>>.IList

pageDictEntries protected_oe property

protected PdfDictionary pageDictEntries
return PdfDictionary

pageReferences protected_oe property

protected List pageReferences
return List

patternColorspaceCMYK protected_oe property

protected ColorDetails patternColorspaceCMYK
return ColorDetails

patternColorspaceGRAY protected_oe property

protected ColorDetails patternColorspaceGRAY
return ColorDetails

patternColorspaceRGB protected_oe property

protected ColorDetails patternColorspaceRGB
return ColorDetails

patternNumber protected_oe property

protected int patternNumber
return int

pdf protected_oe property

protected PdfDocument pdf
return PdfDocument

pdfIsoConformance protected_oe property

protected IPdfIsoConformance pdfIsoConformance
return IPdfIsoConformance

pdf_version protected_oe property

protected PdfVersionImp pdf_version
return PdfVersionImp

prevxref protected_oe property

protected long prevxref
return long

readerInstances protected_oe property

protected Dictionary readerInstances
return PdfReaderInstance>.Dictionary

root protected_oe property

protected PdfPages root
return PdfPages

runDirection protected_oe property

protected int runDirection
return int

structureTreeRoot protected_oe property

protected PdfStructureTreeRoot structureTreeRoot
return PdfStructureTreeRoot

tabs protected_oe property

protected PdfName tabs
return PdfName

tagged protected_oe property

protected bool tagged
return bool

ttfUnicodeWriter protected_oe property

protected TtfUnicodeWriter ttfUnicodeWriter
return TtfUnicodeWriter

vOCProperties protected_oe property

protected PdfOCProperties vOCProperties
return PdfOCProperties

xmpMetadata protected_oe property

protected byte[] xmpMetadata
return byte[]

xmpWriter protected_oe property

protected XmpWriter xmpWriter
return XmpWriter