Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Pdf Namespace / HtmlToPdfFormat Class / MaxPageHeight Property

In This Topic
    MaxPageHeight Property
    In This Topic
    Gets or sets the maximum page height, in inches. If unspecified, 200 inches is used.

    Note that this property is ignored if FullPage is true.

    Syntax
    'Declaration
     
    Public Property MaxPageHeight As System.Nullable(Of Single)
    public System.Nullable<float> MaxPageHeight {get; set;}
    See Also