[]
Interface that supports printing to PDF, which supports extended features.
public interface IEnhancedPdfRenderer : IPdfSupport
Public Interface IEnhancedPdfRenderer
Inherits IPdfSupport
Name | Description |
---|---|
GetPreferredSize(Graphics, Size, Appearance, object, float, bool, bool, ExtraRendererSettings) | Gets the preferred (maximum needed) size of the cell for the renderer control. |
PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float, ExtraRendererSettings) | Paints (prints) the cell to PDF when not in edit mode. |