PdfWriter.AddPage Method

Overload List

Name Description
Public method AddPage(PdfPage)

Adds a page described by the specified PdfPage to the PDF document.

Public method AddPage(Single, Single)

Adds a page with the specified dimensions to the PDF document.

Public method AddPage(Single, Single, Color)

Adds a page with the specified dimensions and background color to the PDF document.

Public method AddPage(Single, Single, ColorProfile)

Adds a page with the specified dimensions and color profile to the PDF document.

Public method AddPage(Single, Single, Color, ColorProfile)

Adds a page with the specified dimensions, background color, and color profile to the PDF document.

Public method AddPage(Single, Single, Single, Single)

Adds a page with the specified dimensions and margins to the PDF document.

Public method AddPage(Single, Single, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, Color)

Adds a page with the specified dimensions, margins, and background color to the PDF document.

Public method AddPage(Single, Single, Single, Single, ColorProfile)

Adds a page with the specified dimensions, margins, and color profile to the PDF document.

Public method AddPage(Single, Single, Color, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, background color, and rectangles to the PDF document.

Public method AddPage(Single, Single, ColorProfile, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, color profile, and rectangles to the PDF document.

Public method AddPage(Single, Single, RectangleF, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, Color, ColorProfile)

Adds a page with the specified dimensions, margins, background color, and color profile to the PDF document.

Public method AddPage(Single, Single, Color, ColorProfile, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, background color, color profile, and rectangles to the PDF document.

Public method AddPage(Single, Single, Color, RectangleF, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, background color, and rectangles to the PDF document.

Public method AddPage(Single, Single, ColorProfile, RectangleF, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, color profile, and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, margins, and rectangles to the PDF document.

Public method AddPage(Single, Single, Color, ColorProfile, RectangleF, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, background color, color profile, and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, Color, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, margins, background color, and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, ColorProfile, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, margins, color profile, and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, RectangleF, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, margins, and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, Color, ColorProfile, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, margins, background color, color profile, and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, Color, RectangleF, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, margins, background color, and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, ColorProfile, RectangleF, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, margins, color profile, and rectangles to the PDF document.

Public method AddPage(Single, Single, Single, Single, Color, ColorProfile, RectangleF, RectangleF, RectangleF, RectangleF)

Adds a page with the specified dimensions, margins, background color, color profile, and rectangles to the PDF document.

See Also

Reference