Represents a single PDF page.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class PdfNewPage : PdfPageBase
Public Class PdfNewPage Inherits PdfPageBase
public ref class PdfNewPage : public PdfPageBase
type PdfNewPage = class inherit PdfPageBase end
Members
All Members | Constructors | Properties | Methods | Events |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
PdfNewPage()()()() |
Initializes a new instance of the class.
| |
ActualSize |
Gets the actual size of the page.
(Inherited from PdfPageBase.) | |
AllowContainAllDocTemplates | (Inherited from PdfPageBase.) | |
AllowContainBottomDocTemplates | (Inherited from PdfPageBase.) | |
AllowContainLeftDocTemplates | (Inherited from PdfPageBase.) | |
AllowContainRightDocTemplates | (Inherited from PdfPageBase.) | |
AllowContainTopDocTemplates | (Inherited from PdfPageBase.) | |
Annotations |
Gets a collection of the annotations of the page.
| |
AnnotationsWidget |
Gets the field collection.
(Inherited from PdfPageBase.) | |
ArtBox |
Returns page region containing content.
(Inherited from PdfPageBase.) | |
BackgroudOpacity | (Inherited from PdfPageBase.) | |
BackgroundColor |
Gets or sets page's background color.
(Inherited from PdfPageBase.) | |
BackgroundImage |
Gets or sets page's background image.
(Inherited from PdfPageBase.) | |
BackgroundRegion |
The position and size of the background
(Inherited from PdfPageBase.) | |
BeginSave |
Raises before the page saves.
(Inherited from PdfPageBase.) | |
BleedBox |
Returns page region after clipping.
(Inherited from PdfPageBase.) | |
Canvas |
Gets the graphics of the .
(Inherited from PdfPageBase.) | |
CreateTemplate()()()() |
Creates a template from page content and all annotation appearances.
(Inherited from PdfPageBase.) | |
CropBox |
Returns the visible region of the page.
(Inherited from PdfPageBase.) | |
DefaultLayer |
Gets the default layer of the page.
(Inherited from PdfPageBase.) | |
DefaultLayerIndex |
Gets or sets index of the default layer.
(Inherited from PdfPageBase.) | |
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.
(Inherited from PdfPageBase.) | |
DeleteImage(Int32) |
Delete an image by index in a page.
(Inherited from PdfPageBase.) | |
Document | (Inherited from PdfPageBase.) | |
DrawBackground()()()() | (Inherited from PdfPageBase.) | |
Equals(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.
(Inherited from PdfPageBase.) | |
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.
(Inherited from PdfPageBase.) | |
ExtractText()()()() | (Inherited from PdfPageBase.) | |
ExtractText(Boolean) |
Extracts text from the given PDF Page.
(Inherited from PdfPageBase.) | |
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.
(Inherited from PdfPageBase.) | |
ExtractText(SimpleTextExtractionStrategy) |
Extracts text from the given PDF Page by SimpleTextExtractionStrategy.
(Inherited from PdfPageBase.) | |
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.
(Inherited from PdfPageBase.) | |
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.
(Inherited from PdfPageBase.) | |
FindText(String) | Obsolete.
find text
(Inherited from PdfPageBase.) | |
FindText(String, TextFindParameter) | (Inherited from PdfPageBase.) | |
FindText(String, Boolean) | Obsolete.
find text
(Inherited from PdfPageBase.) | |
FindText(String, Boolean, Boolean) | Obsolete.
find text
(Inherited from PdfPageBase.) | |
GetClientSize()()()() |
Returns a page size reduced by page margins and page template dimensions.
(Inherited from PdfPageBase.) | |
GetFontFamily(String) | (Inherited from PdfPageBase.) | |
GetFontStyle(String) | (Inherited from PdfPageBase.) | |
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.
(Inherited from PdfPageBase.) | |
IsBlank()()()() |
Returns page is blank flag for page's content.
(Inherited from PdfPageBase.) | |
LoadFromRTF(String, Single, Boolean) | Obsolete.
Insert rich text to page
(Inherited from PdfPageBase.) | |
LoadFromRTF(String, Single, Boolean, PointF) | Obsolete.
Insert rich text to page
(Inherited from PdfPageBase.) | |
LoadFromRTF(String, Single, Single, Boolean) | Obsolete.
Insert rich text to page
(Inherited from PdfPageBase.) | |
LoadFromRTF(String, Single, Single, Boolean, PointF) | Obsolete.
Insert rich text to page
(Inherited from PdfPageBase.) | |
MediaBox |
Returns page region mediabox.
(Inherited from PdfPageBase.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnBeginSave(EventArgs) | (Inherited from PdfPageBase.) | |
PageLabel |
Get the page label.
(Inherited from PdfPageBase.) | |
PageLayers | Obsolete.
Gets the collection of the page's layers.
(Inherited from PdfPageBase.) | |
ReplaceImage(Image, PdfImage) |
Replace the Image through the original image.
(Inherited from PdfPageBase.) | |
ReplaceImage(Int32, PdfImage) |
Replace the Image at index's Position.
(Inherited from PdfPageBase.) | |
Rotation | (Inherited from PdfPageBase.) | |
Section |
Gets the parent section of the page.
(Inherited from PdfPageBase.) | |
SetTabOrder(TabOrder) |
Set tab order.
(Inherited from PdfPageBase.) | |
Size |
Gets the size of the page.
(Overrides PdfPageBase..::..Size.) | |
ToString()()()() | (Inherited from Object.) | |
TrimBox |
Returns page region after trimming.
(Inherited from PdfPageBase.) | |
TryCompressImage(Int32) |
Try to compress images(except inline image).
(Inherited from PdfPageBase.) |