The base class for all pages.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract class PdfPageBase : IPdfWrapper
Public MustInherit Class PdfPageBase
	Implements IPdfWrapper
public ref class PdfPageBase abstract : IPdfWrapper
[<AbstractClassAttribute>]
type PdfPageBase =  
    class
        interface IPdfWrapper
    end

Members

            
 All Members  Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ActualSize
Gets the actual size of the page.
AllowContainAllDocTemplates
AllowContainBottomDocTemplates
AllowContainLeftDocTemplates
AllowContainRightDocTemplates
AllowContainTopDocTemplates
AnnotationsWidget
Gets the field collection.
ArtBox
Returns page region containing content.
BackgroudOpacity
BackgroundColor
Gets or sets page's background color.
BackgroundImage
Gets or sets page's background image.
BackgroundRegion
The position and size of the background
BeginSave
Raises before the page saves.
BleedBox
Returns page region after clipping.
Canvas
Gets the graphics of the .
CreateTemplate()()()()
Creates a template from page content and all annotation appearances.
CropBox
Returns the visible region of the page.
DefaultLayer
Gets the default layer of the page.
DefaultLayerIndex
Gets or sets index of the default layer.
DeleteImage(Image)
Delete an image. The value of the image's Tag attribute is the name of the image in the resources. If the value of Tag is null,the sample image is an inline image type.
DeleteImage(Int32)
Delete an image by index in a page.
Document
DrawBackground()()()()
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtractImages()()()()
Extracts images from the given PDF Page. The name of a image in the resources save in the Tag attribute of the iamge.
ExtractImages(Boolean)
Extracts images from the given PDF Page. and image is not processed. The name of a image in the resources save in the Tag attribute of the iamge.
ExtractText()()()()
ExtractText(Boolean)
Extracts text from the given PDF Page.
ExtractText(RectangleF)
Extracts text in the range of rectangle from the given PDF Page. The unit is Point,1/72 inch default. the coordinate origin is top left corner of the page.
ExtractText(SimpleTextExtractionStrategy)
Extracts text from the given PDF Page by SimpleTextExtractionStrategy.
ExtractText(RectangleF, SimpleTextExtractionStrategy)
Extracts text in the range of rectangle from the given PDF page by SimpleTextExtractionStrategy. the coordinate origin is top left corner of the page.
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindAllText()()()()
Find all text and position.
FindText(String) Obsolete.
find text
FindText(String, TextFindParameter)
FindText(String, Boolean) Obsolete.
find text
FindText(String, Boolean, Boolean) Obsolete.
find text
GetClientSize()()()()
Returns a page size reduced by page margins and page template dimensions.
GetFontFamily(String)
GetFontStyle(String)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImagesInfo
Gets the information about the extracted image.
IsBlank()()()()
Returns page is blank flag for page's content.
LoadFromRTF(String, Single, Boolean) Obsolete.
Insert rich text to page
LoadFromRTF(String, Single, Boolean, PointF) Obsolete.
Insert rich text to page
LoadFromRTF(String, Single, Single, Boolean) Obsolete.
Insert rich text to page
LoadFromRTF(String, Single, Single, Boolean, PointF) Obsolete.
Insert rich text to page
MediaBox
Returns page region mediabox.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnBeginSave(EventArgs)
PageLabel
Get the page label.
PageLayers Obsolete.
Gets the collection of the page's layers.
ReplaceImage(Image, PdfImage)
Replace the Image through the original image.
ReplaceImage(Int32, PdfImage)
Replace the Image at index's Position.
Rotation
Section
Gets the parent section of the page.
SetTabOrder(TabOrder)
Set tab order.
Size
Gets the size of the page.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TrimBox
Returns page region after trimming.
TryCompressImage(Int32)
Try to compress images(except inline image).

Inheritance Hierarchy

See Also