Provides various options for exporting data in PDF format.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.Export.dll
Syntax:
C#
public class GridViewPdfExportOptions : GridViewDocumentExportOptions
Inheritance: objectGridViewDocumentExportOptionsGridViewPdfExportOptions
Inherited Members
Constructors
C#
public GridViewPdfExportOptions()
Properties
PageOrientation
PageOrientation
Gets or sets orientation of the page. It could be Portrait or Landscape.
C#
public PageOrientation PageOrientation { get; set; }
The Page orientation.