PdfPage Methods

PDF File Writer

PdfPage Methods

The PdfPage type exposes the following members.

Methods
  NameDescription
Public methodAddAnnotation
Add annotation action
Public methodAddContents
Add existing contents to page
Public methodAddFileAttachment(PdfRectangle, PdfEmbeddedFile)
Add annotation file attachement with no icon
Public methodAddFileAttachment(PdfRectangle, PdfEmbeddedFile, FileAttachIcon)
Add annotation file attachement with icon
Public methodAddLinkAction
Add go to action
Public methodAddLocationMarker
Add location marker
Public methodAddScreenAction
Add rendering screen action to page
Public methodAddStickyNote
Add sticky note to this page
Public methodAddWebLink(PdfRectangle, String)
Add weblink to this page
Public methodAddWebLink(Double, Double, Double, Double, String)
Add weblink to this page
Public methodCompareTo
Compare the resource codes of two PDF objects.
(Inherited from PdfObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCurrentContents
Gets the current contents of this page
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPageSize
Page size
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also