Spread WPF Documentation
Kind Property


GrapeCity.Windows.SpreadSheet.Data Namespace > PaperSize Class : Kind Property
Gets or sets the paper size.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Kind As System.Drawing.Printing.PaperKind
'Usage
 
Dim instance As PaperSize
Dim value As System.Drawing.Printing.PaperKind
 
instance.Kind = value
 
value = instance.Kind
[System.ComponentModel.DefaultValue()]
public System.Drawing.Printing.PaperKind Kind {get; set;}

Property Value

The paper size; one of the standard paper sizes. The default value is Letter.
See Also

Reference

PaperSize Class
PaperSize Members