Spread Silverlight Documentation
Kind Property


Gets or sets the paper size.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Kind As PaperKind
'Usage
 
Dim instance As PaperSize
Dim value As PaperKind
 
instance.Kind = value
 
value = instance.Kind
[System.ComponentModel.DefaultValue()]
public 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

PaperSize Class
PaperSize Members

 

 


Copyright © GrapeCity, inc. All rights reserved.