Represents RO that combines printing capabilitis of RenderControlImage and RenderC1Printable controls. That is, if some control in parent-child hierarchy supports printing via RenderC1Printable it being printed this way, in other case screen image of control is being printed. If C1Printable control is stretched vertically during printing, then parent control's image (even if it's not a C1Printable) is stretched too. IMPORTANT NOTICE: current implementation doesn't support spill over page break.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public class RenderControlSmart : RenderControlImageBase
Visual Basic (Declaration)
Public Class RenderControlSmart _
	Inherits RenderControlImageBase

Inheritance Hierarchy

See Also