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