Spread Silverlight Documentation
ScalingType Property


GrapeCity.Windows.SpreadSheet.Data Namespace > PrintPreset Class : ScalingType Property
Gets or sets the type of scaling for the PDF print viewer settings.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property ScalingType As GrapeCity.PDF.Object.PrintScalingType
'Usage
 
Dim instance As PrintPreset
Dim value As GrapeCity.PDF.Object.PrintScalingType
 
instance.ScalingType = value
 
value = instance.ScalingType
[System.ComponentModel.DefaultValue()]
public GrapeCity.PDF.Object.PrintScalingType ScalingType {get; set;}

Property Value

The type of scaling. The default value is AppDefault.
See Also

Reference

PrintPreset Class
PrintPreset Members