Spread Silverlight Documentation
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.
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

PrintPreset Class
PrintPreset Members

 

 


Copyright © GrapeCity, inc. All rights reserved.