Click or drag to resize

PdfNewPage Class

Represents a single PDF page.
Inheritance Hierarchy
System Object
Spire.Pdf PdfPageBase
Spire.Pdf PdfNewPage

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfNewPage : PdfPageBase

The PdfNewPage type exposes the following members.

Constructors
Name Description
Public method PdfNewPage
Initializes a new instance of the class.
Top
Properties
Name Description
Public property ActualSize
Gets the actual size of the page.
(Inherited from PdfPageBase .)
Public property AllowContainAllDocTemplates
Gets or sets this page allow contain doc templates.
(Inherited from PdfPageBase .)
Public property AllowContainBottomDocTemplates
Gets or sets this page allow contain bottom doc templates.
(Inherited from PdfPageBase .)
Public property AllowContainLeftDocTemplates
Gets or sets this page allow contain left doc templates.
(Inherited from PdfPageBase .)
Public property AllowContainRightDocTemplates
Gets or sets this page allow contain right doc templates.
(Inherited from PdfPageBase .)
Public property AllowContainTopDocTemplates
Gets or sets this page allow contain top doc templates.
(Inherited from PdfPageBase .)
Public property Annotations
Gets a collection of the annotations of the page.
(Inherited from PdfPageBase .)
Public property AnnotationsWidget Obsolete.
Gets the field collection.
(Inherited from PdfPageBase .)
Public property ArtBox
Gets or sets page region containing content.
(Inherited from PdfPageBase .)
Public property BackgroudOpacity
Gets or sets the backgroud opacity.
(Inherited from PdfPageBase .)
Public property BackgroundColor
Gets or sets page's background color.
(Inherited from PdfPageBase .)
Public property BackgroundImage
Gets or sets page's background image.
(Inherited from PdfPageBase .)
Public property BackgroundRegion
The position and size of the background
(Inherited from PdfPageBase .)
Public property BleedBox
Returns page region after clipping.
(Inherited from PdfPageBase .)
Public property Canvas
Gets the graphics of the .
(Inherited from PdfPageBase .)
Public property CropBox
Gets or sets the visible region of the page.
(Inherited from PdfPageBase .)
Public property Document
Gets current document.
(Inherited from PdfPageBase .)
Public property MediaBox
Returns page region mediabox.
(Inherited from PdfPageBase .)
Public property PageLabel
Get the page label.
(Inherited from PdfPageBase .)
Public property PagePieceInfo
Get the page piece info.
(Inherited from PdfPageBase .)
Public property Rotation
Gets or sets the page rotation.
(Inherited from PdfPageBase .)
Public property Section
Gets the parent section of the page.
(Inherited from PdfPageBase .)
Public property Size
Gets the size of the page.
(Inherited from PdfPageBase .)
Public property TrimBox
Gets or sets page region after trimming.
(Inherited from PdfPageBase .)
Top
Methods
Name Description
Public method CreateTemplate
Creates a template from page content and all annotation appearances.
(Inherited from PdfPageBase .)
Protected method DrawBackground
Draw current page's background
(Inherited from PdfPageBase .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetClientSize
Returns a page size reduced by page margins and page template dimensions.
(Inherited from PdfPageBase .)
Protected method GetFontFamily
Gets the font family.
(Inherited from PdfPageBase .)
Protected method GetFontStyle
Gets the font style.
(Inherited from PdfPageBase .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IsBlank
Whether the page is blank.
(Inherited from PdfPageBase .)
Public method LoadFromRTF(String, Single, Boolean) Obsolete.
Insert rich text to page
(Inherited from PdfPageBase .)
Public method LoadFromRTF(String, Single, Boolean, PointF) Obsolete.
Insert rich text to page
(Inherited from PdfPageBase .)
Public method LoadFromRTF(String, Single, Single, Boolean) Obsolete.
Insert rich text to page
(Inherited from PdfPageBase .)
Public method LoadFromRTF(String, Single, Single, Boolean, PointF) Obsolete.
Insert rich text to page
(Inherited from PdfPageBase .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnBeginSave
Raisesevent.
(Inherited from PdfPageBase .)
Public method SetTabOrder
Set tab order.
(Inherited from PdfPageBase .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Events
Name Description
Public event BeginSave
Raises before the page saves.
(Inherited from PdfPageBase .)
Top
See Also