Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PdfOptions Class / PageHeight Property

In This Topic
    PageHeight Property (PdfOptions)
    In This Topic
    Gets or sets the page height, in inches. If unspecified, 11 inches is used.

    Note that this property is ignored if FullPage is true.

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