Spread WPF Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

PaperSize Class
PaperSize Members

 

 


Copyright © GrapeCity, inc. All rights reserved.