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.C1PrintDocumentAssembly: 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
System..::.Object
C1.C1PrintDocument..::.DocumentElement
C1.C1PrintDocument..::.RenderObject
C1.C1PrintDocument..::.RenderControlImageBase
C1.C1PrintDocument..::.RenderControlSmart
C1.C1PrintDocument..::.DocumentElement
C1.C1PrintDocument..::.RenderObject
C1.C1PrintDocument..::.RenderControlImageBase
C1.C1PrintDocument..::.RenderControlSmart