RAD PDF Documentation
RadPdf.Data.Document.Pages
PdfPageCollection Class
PdfPageCollection Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Page Method
Remove Method
PdfPageCollection
.
Add Method
Adds a
PdfPage
to the
PdfPageCollection
.
Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
C#
VB
Copy
public
void
Add
(
PdfPage
item
)
Public
Sub
Add
(
item
As
PdfPage
)
Parameters
item
Type:
RadPdf.Data.Document.Pages
.
PdfPage
The
PdfPage
to add to the
PdfPageCollection
Implements
ICollection
<
T
>
.
Add(T)
Exceptions
Exception
Condition
NotSupportedException
"The PdfPageCollection is read-only
Remarks
This collection is read-only.
See Also
Reference
PdfPageCollection Class
RadPdf.Data.Document.Pages Namespace
Copyright Red Software
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our
Terms of Use
and
Privacy Policy
(updated April 26 2021).
Learn About Cookies
Got it!