PDFView4NET WinForms Edition
DownscaleLargeImages Property (PDFPageView)




O2S.Components.PDFView4NET Namespace > PDFPageView Class : DownscaleLargeImages Property
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;}
[Category("PDF")]
[Description("Enables the downscaling of large images in a PDF page.")]
[DefaultValue(true)]
public: __property bool get_DownscaleLargeImages();
public: __property void set_DownscaleLargeImages( 
   bool value
);
[Category("PDF")]
[Description("Enables the downscaling of large images in a PDF page.")]
[DefaultValue(true)]
public:
property bool DownscaleLargeImages {
   bool get();
   void set (    bool value);
}

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 Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members