Gets or sets the type of scaling for the PDF print viewer settings.
'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.