In This Topic
Gets or sets the type of scaling for the PDF print viewer settings.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
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
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public GrapeCity.PDF.Object.PrintScalingType ScalingType {get; set;}
Property Value
The type of scaling. The default value is
AppDefault.
See Also