Click or drag to resize
Pdf Library for .NET

WebPageInformation Class

This class provides information about the converted web page (title, description, keywords).
Inheritance Hierarchy
SystemObject
  SelectPdfWebPageInformation

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class WebPageInformation

The WebPageInformation type exposes the following members.

Constructors
 NameDescription
Public methodWebPageInformation 
Top
Properties
 NameDescription
Public propertyDescription The web page description.
Public propertyKeywords The web page keywords.
Public propertyTitle The web page title.
Top
See Also