PDFView4NET WinForms Edition


O2S.Components.PDFView4NET Namespace > PDFPageView Class : DownscaleLargeImages Property
DownscaleLargeImages Property (PDFPageView)
Gets or sets a value indicating whether large images should be down scaled.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Enables the downscaling of large images in a PDF page.")>
<DefaultValueAttribute(True)>
Public Property DownscaleLargeImages As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.DownscaleLargeImages = value
 
value = instance.DownscaleLargeImages
[Category("PDF")]
[Description("Enables the downscaling of large images in a PDF page.")]
[DefaultValue(true)]
public bool DownscaleLargeImages {get; set;}

Property Value

If true, large images are scaled down before they are displayed.
Remarks
Very large images can show memory problems when they are displayed. If this property is true, a large image is reduced in size before it is painted on the page.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also