HtmlToPdfPageRectangle Property |
Gets or sets page size of .pdf document as iTextSharp.text.Rectangle object.
Namespace: MailBee.PdfAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic Rectangle PageRectangle { get; set; }
Public Property PageRectangle As Rectangle
Get
Set
Property Value
Type:
RectangleThe default value is
iTextSharp.text.PageSize.A4.
RemarksThis property can be assigned with either iTextSharp.text.Rectangle constructor
or iTextSharp.text.PageSize predefined constants.
See Also