Class PdfPagesCollection
Class for managing the collection of PdfPage elements.
Inheritance
System.Object
PdfPagesCollection
Implements
IronSoftware.IDocumentPageCollection<IPdfPage>
System.Collections.Generic.IReadOnlyCollection<IPdfPage>
System.Collections.Generic.IEnumerable<IPdfPage>
System.Collections.IEnumerable
Namespace: IronPdf.Pages
Assembly: IronPdf.dll
Syntax
public class PdfPagesCollection : ObservableCollection<IPdfPage>, IPdfPageCollection
Methods
Add(PdfPage)
Declaration
public void Add(PdfPage item)
Parameters
Type | Name | Description |
---|---|---|
PdfPage | item |
Clear()
Declaration
public void Clear()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
RefreshPages()
Declaration
public void RefreshPages()
Remove(IPdfPage)
Declaration
public bool Remove(IPdfPage item)
Parameters
Type | Name | Description |
---|---|---|
IPdfPage | item |
Returns
Type | Description |
---|---|
System.Boolean |
Remove(PdfPage)
Declaration
public bool Remove(PdfPage item)
Parameters
Type | Name | Description |
---|---|---|
PdfPage | item |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Implements
IronSoftware.IDocumentPageCollection<>
System.Collections.Generic.IReadOnlyCollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable