Represents the pages of the document.
Inheritance Hierarchy
PdfEdit.PdfPdfItem
PdfEdit.PdfPdfObject
PdfEdit.PdfPdfDictionary
PdfEdit.PdfPdfPages
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfPages type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Creates a new PdfPage, adds it to the end of this document, and returns it.
| |
Add(PdfPage) |
Adds the specified PdfPage to the end of this document and maybe returns a new PdfPage object.
The value returned is a new object if the added page comes from a foreign document.
| |
Clone |
Creates a copy of this dictionary. Direct values are deep copied. Indirect references are not
modified.
(Inherited from PdfDictionary.) | |
CreateStream |
Creates the stream of this dictionary and initializes it with the specified byte array.
The function must not be called if the dictionary already has a stream.
(Inherited from PdfDictionary.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
FixupAcroFields |
Fixes page-references of imported Acro-Fields
| |
GetEnumerator |
Gets the enumerator.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Insert(Int32) |
Creates a new PdfPage, inserts it at the specified position into this document, and returns it.
| |
Insert(Int32, PdfPage) |
Inserts the specified PdfPage at the specified position to this document and maybe returns a new PdfPage object.
The value returned is a new object if the inserted page comes from a foreign document.
| |
InsertRange(Int32, PdfDocument) |
Inserts all pages of the specified document into this document.
| |
InsertRange(Int32, PdfDocument, Int32) |
Inserts all pages of the specified document into this document.
| |
InsertRange(Int32, PdfDocument, Int32, Int32) |
Inserts pages of the specified document into this document.
| |
MovePage |
Moves a page within the page sequence.
| |
Remove |
Removes the specified page from the document.
| |
RemoveAt |
Removes the specified page from the document.
| |
ToString |
Returns a string with the content of this object in a readable form. Useful for debugging purposes only.
(Inherited from PdfDictionary.) |
Fields
Name | Description | |
---|---|---|
ForceFilters |
List of filters which will be applied on the PdfDictionary stream.
(Inherited from PdfDictionary.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of pages.
| |
Elements |
Gets the dictionary containing the elements of this dictionary.
(Inherited from PdfDictionary.) | |
Internals |
Gets the PdfInternals object of this document, that grants access to some internal structures
which are not part of the public interface of PdfDocument.
(Inherited from PdfObject.) | |
IsIndirect |
Indicates whether the object is an indirect object.
(Inherited from PdfObject.) | |
Item |
Gets the page with the specified index.
| |
Owner |
Gets the PdfDocument this object belongs to.
(Inherited from PdfObject.) | |
PagesArray |
Gets a PdfArray containing all pages of this document. The array must not be modified.
| |
Reference |
Gets the indirect reference of this object. If the value is null, this object is a direct object.
(Inherited from PdfObject.) | |
Stream |
Gets or sets the PDF stream belonging to this dictionary. Returns null if the dictionary has
no stream. To create the stream, call the CreateStream function.
(Inherited from PdfDictionary.) |
See Also