The PdfDocument type exposes the following members.

Methods

  NameDescription
Public methodAdd(IElement) (Overrides Document..::..Add(IElement).)
Protected methodAdd(Image)
Public methodAddAuthor
Adds the author to a Document.
(Inherited from Document.)
Public methodAddCreationDate
Adds the current date and time to a Document.
(Inherited from Document.)
Public methodAddCreator
Adds the creator to a Document.
(Inherited from Document.)
Public methodAddDocListener
Adds a IDocListener to the Document.
(Inherited from Document.)
Public methodAddHeader
Adds a user defined header to the document.
(Inherited from Document.)
Public methodAddKeywords
Adds the keywords to a Document.
(Inherited from Document.)
Public methodAddProducer
Adds the producer to a Document.
(Inherited from Document.)
Protected methodAddSpacing
Public methodAddSubject
Adds the subject to a Document.
(Inherited from Document.)
Public methodAddTitle
Adds the title to a Document.
(Inherited from Document.)
Protected methodAnalyzeRow
Protected methodCarriageReturn
Public methodClearTextWrap
Public methodClose (Overrides Document..::..Close()()()().)
Protected methodConsumeRowspan
Protected methodDoFooter
Protected methodDoHeader
Protected methodEnsureNewLine
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodExtractRows
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFlushLines
Public methodGetBottom
Returns the lower left y-coordinate, considering a given margin.
(Inherited from Document.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLeft
Returns the lower left x-coordinate considering a given margin.
(Inherited from Document.)
Public methodGetRight
Returns the upper right x-coordinate, considering a given margin.
(Inherited from Document.)
Public methodGetTop
Returns the upper right y-coordinate, considering a given margin.
(Inherited from Document.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVerticalPosition
Protected methodInitPage
Public methodIsMarginMirroring (Inherited from Document.)
Public methodIsOpen
Checks if the document is open.
(Inherited from Document.)
Protected methodMayBeRemoved
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNewLine
Public methodNewPage (Overrides Document..::..NewPage()()()().)
Public methodOpen (Overrides Document..::..Open()()()().)
Public methodRemoveIDocListener
Removes a IDocListener from the Document.
(Inherited from Document.)
Protected methodRenderCells
Public methodResetFooter (Overrides Document..::..ResetFooter()()()().)
Public methodResetHeader (Overrides Document..::..ResetHeader()()()().)
Public methodResetPageCount (Overrides Document..::..ResetPageCount()()()().)
Public methodSetMarginMirroring (Overrides Document..::..SetMarginMirroring(Boolean).)
Public methodSetMarginMirroringTopBottom (Overrides Document..::..SetMarginMirroringTopBottom(Boolean).)
Public methodSetMargins (Overrides Document..::..SetMargins(Single, Single, Single, Single).)
Protected methodSetNewPageSizeAndMargins
Public methodSetPageSize (Overrides Document..::..SetPageSize(Rectangle).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldadditionalActions
Protected fieldalignment
Protected fieldanchorAction
Protected fieldboxSize
Protected fieldchapternumber (Inherited from Document.)
Protected fieldclose
Has the document allready been closed?
(Inherited from Document.)
Protected fieldcollection
Protected fieldcurrentHeight
Protected fieldcurrentOutline
Protected fielddocumentFileAttachment
Protected fielddocumentLevelJS
Protected fieldduration
Protected fieldfirstPageEvent
Protected fieldfooter
This is the textual part of the footer
(Inherited from Document.)
Protected fieldgraphics
Protected fieldheader
This is the textual part of a Page; it can contain a header
(Inherited from Document.)
Protected fieldhtmlStyleClass
Style class in HTML body tag
(Inherited from Document.)
Protected fieldimageEnd
Protected fieldimageWait
Protected fieldindentation
Protected fieldinfo
Protected fieldisSectionTitle
Protected fieldjavaScript_onLoad
Content of JavaScript onLoad function
(Inherited from Document.)
Protected fieldjavaScript_onUnLoad
Content of JavaScript onUnLoad function
(Inherited from Document.)
Protected fieldlastElementType
Protected fieldleading
Protected fieldleadingCount
Protected fieldline
Protected fieldlines
Protected fieldlocalDestinations
Protected fieldmarginBottom
margin in y direction starting from the bottom
(Inherited from Document.)
Protected fieldmarginLeft
margin in x direction starting from the left
(Inherited from Document.)
Protected fieldmarginMirroring (Inherited from Document.)
Protected fieldmarginMirroringTopBottom (Inherited from Document.)
Protected fieldmarginRight
margin in x direction starting from the right
(Inherited from Document.)
Protected fieldmarginTop
margin in y direction starting from the top
(Inherited from Document.)
Protected fieldmarkPoint
Protected fieldnextMarginBottom
Protected fieldnextMarginLeft
Protected fieldnextMarginRight
Protected fieldnextMarginTop
Protected fieldnextPageSize
Protected fieldopen
Is the document open or not?
(Inherited from Document.)
Protected fieldopenActionAction
Protected fieldopenActionName
Protected fieldpageAA
Protected fieldpageEmpty
Protected fieldpageLabels
Protected fieldpageN
Current pagenumber
(Inherited from Document.)
Protected fieldpageResources
Protected fieldpageSize
The size of the page.
(Inherited from Document.)
Protected fieldrootOutline
Protected fieldstrictImageSequence
Protected fieldtext
Protected fieldtextEmptySize
Protected fieldthisBoxSize
Protected fieldthumb
Protected fieldtransition
Protected fieldviewerPreferences
Protected fieldwriter
Protected fieldxmpMetadata

Properties

  NameDescription
Public propertyAcroForm
Public propertyBottom
Returns the lower left y-coordinate.
(Inherited from Document.)
Public propertyBottomMargin
Returns the bottom margin.
(Inherited from Document.)
Public propertyCollection
Public propertyFooter (Overrides Document..::..Footer.)
Public propertyHeader (Overrides Document..::..Header.)
Public propertyHtmlStyleClass
Gets the style class of the HTML body tag
(Inherited from Document.)
Protected propertyIndentBottom
Protected propertyIndentLeft
Protected propertyIndentRight
Protected propertyIndentTop
Public propertyJavaScript_onLoad
Gets the JavaScript onLoad command.
(Inherited from Document.)
Public propertyJavaScript_onUnLoad
Gets the JavaScript onUnLoad command.
(Inherited from Document.)
Public propertyLeading
Public propertyLeft
Returns the lower left x-coordinate.
(Inherited from Document.)
Public propertyLeftMargin
Returns the left margin.
(Inherited from Document.)
Public propertyPageCount (Overrides Document..::..PageCount.)
Public propertyPageNumber
Returns the current page number.
(Inherited from Document.)
Public propertyPageSize
Gets the pagesize.
(Inherited from Document.)
Public propertyRight
Returns the upper right x-coordinate.
(Inherited from Document.)
Public propertyRightMargin
Return the right margin.
(Inherited from Document.)
Public propertyRootOutline
Public propertyTop
Returns the upper right y-coordinate.
(Inherited from Document.)
Public propertyTopMargin
Returns the top margin.
(Inherited from Document.)
Public propertyXmpMetadata

See Also