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

In This Topic
    PageWidth Property (PdfOptions)
    In This Topic
    Gets or sets the page width, in inches. If unspecified, 8.5 inches is used.

    Note that this property is ignored if FullPage is true.

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