RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridPaperSize Enumeration
See Also  
Telerik.WebControls Namespace : GridPaperSize Enumeration


Represents the paper size used when exporting to PDF.  

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Enum GridPaperSize 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GridPaperSize
C# 
public enum GridPaperSize : Enum 

Members

MemberDescription
Letter 
Legal 
Executive 
A4 
A5 
JIS_B5 
US_Folio 
No_10_Envelope 
DL_Envelope 
C5_Envelope 
C6_Envelope 
ISO_B5 
Monarch_Envelope 
A6 
Oficio 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridPaperSize

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also