PdfPage Class

PDF File Writer

PdfPage Class

PDF page class
Inheritance Hierarchy
SystemObject  PdfFileWriterPdfObject
    PdfFileWriterPdfPage

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class PdfPage : PdfObject

The PdfPage type exposes the following members.

Constructors
  NameDescription
Public methodPdfPage(PdfDocument)
Default constructor
Public methodPdfPage(PdfPage)
Clone Constructor
Public methodPdfPage(PdfDocument, SizeD)
Constructor
Public methodPdfPage(PdfDocument, PaperType, Boolean)
Constructor
Public methodPdfPage(PdfDocument, Double, Double)
Constructor
Top
Properties
  NameDescription
Public propertyDocument
PDF document object
(Inherited from PdfObject.)
Public propertyScaleFactor
Scale factor
(Inherited from PdfObject.)
Top
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
Remarks
PDF page class represent one page in the document.
See Also