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

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

    Note that this property is ignored if FullPage is true.

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