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