PrintPreviewDialog::AutoScaleBaseSize Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
The PrintPreviewDialog class does not support the AutoScaleBaseSize property.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] [ObsoleteAttribute("This property has been deprecated. Use the AutoScaleDimensions property instead. http://go.microsoft.com/fwlink/?linkid=14202")] property Size AutoScaleBaseSize { virtual Size get() override; virtual void set(Size value) override; }
Property Value
Type: System.Drawing::SizeStores an ordered pair of integers, typically the width and height of a rectangle.
This property is not relevant for this class.
.NET Framework
Available since 1.1
Available since 1.1
Show: