Class RadPrintPreviewControl
A control which is responsible for displaying print documents.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPrintPreviewControl : PrintPreviewControl
Constructors
RadPrintPreviewControl()
Declaration
public RadPrintPreviewControl()
Properties
PageBorderColor
Gets or sets the border color for each page.
Declaration
public Color PageBorderColor { get; set; }
Property Value
System.Drawing.Color
|
PageInnerBorderColor
Gets or sets the inner border color for each page.
Declaration
public Color PageInnerBorderColor { get; set; }
Property Value
System.Drawing.Color
|
PageShadowColor
Declaration
public Color PageShadowColor { get; set; }
Property Value
System.Drawing.Color
|
ScrollOffset
Gets or sets the current scroll position.
Declaration
public Point ScrollOffset { get; set; }
Property Value
System.Drawing.Point
|
ShadowThickness
Declaration
public int ShadowThickness { get; set; }
Property Value
System.Int32
|
Methods
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs pevent)
Parameters
System.Windows.Forms.PaintEventArgs
pevent
|
PhysicalToPixels(Point, Point)
Declaration
public static Point PhysicalToPixels(Point physical, Point dpi)
Parameters
System.Drawing.Point
physical
|
System.Drawing.Point
dpi
|
Returns
System.Drawing.Point
|
PhysicalToPixels(Int32, Int32)
Declaration
public static int PhysicalToPixels(int physicalSize, int dpi)
Parameters
System.Int32
physicalSize
|
System.Int32
dpi
|
Returns
System.Int32
|
PixelsToPhysical(Point, Point)
Declaration
public static Point PixelsToPhysical(Point pixels, Point dpi)
Parameters
System.Drawing.Point
pixels
|
System.Drawing.Point
dpi
|
Returns
System.Drawing.Point
|
PixelsToPhysical(Int32, Int32)
Declaration
public static int PixelsToPhysical(int pixels, int dpi)
Parameters
System.Int32
pixels
|
System.Int32
dpi
|
Returns
System.Int32
|