HtmlToPdfPageRectangle Property
Gets or sets page size of .pdf document as iTextSharp.text.Rectangle object.

Namespace: MailBee.Pdf
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Rectangle PageRectangle { get; set; }

Property Value

Type: Rectangle
The default value is iTextSharp.text.PageSize.A4.
Remarks
This property can be assigned with either iTextSharp.text.Rectangle constructor or iTextSharp.text.PageSize predefined constants.
See Also