PDFView4NET WPF Edition
DownscaleLargeImages Property (PDFPrintSettings)




O2S.Components.PDFView4NET.Printing Namespace > PDFPrintSettings Class : DownscaleLargeImages Property
Gets or sets a value indicating whether large images should be down scaled.
Syntax
'Declaration
 
Public Property DownscaleLargeImages As Boolean
'Usage
 
Dim instance As PDFPrintSettings
Dim value As Boolean
 
instance.DownscaleLargeImages = value
 
value = instance.DownscaleLargeImages
public bool DownscaleLargeImages {get; set;}
public: __property bool get_DownscaleLargeImages();
public: __property void set_DownscaleLargeImages( 
   bool value
);
public:
property bool DownscaleLargeImages {
   bool get();
   void set (    bool value);
}

Property Value

If true, large images are scaled down before they are printed.
Remarks
Very large images can show memory problems when they are printed. 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

PDFPrintSettings Class
PDFPrintSettings Members