Interface IPdfExportRenderer
Assembly: Telerik.WinControls.dll
Syntax
public interface IPdfExportRenderer
Properties
Declaration
int CurrentMatrixColumn { get; set; }
Property Value
Declaration
int CurrentMatrixRow { get; set; }
Property Value
Methods
Declaration
void AddMatrixPagesLeftRight()
Declaration
void AddMatrixPagesUpDown()
Declaration
void ApplyEditorGraphicAndTextPropertiesToBlock()
Declaration
void CallCurrentRowPageExported()
Declaration
void CreateDocumentPageMatrixEditor(SizeF pageSize, ref IPdfEditor editor)
Parameters
Declaration
void DrawBlock(SizeF size)
Parameters
|
System.Drawing.SizeF
size
|
Declaration
void ExportDocument(Stream stream, string author, string title, string description)
Parameters
|
System.IO.Stream
stream
|
|
System.String
author
|
|
System.String
title
|
|
System.String
description
|
Declaration
IPdfEditor GetCurrentPageEditor()
Returns
Declaration
int GetCurrentPageNumber()
Returns
Declaration
IPdfEditor GetDownPageEditor()
Returns
Declaration
IPdfEditor GetRightPageEditor()
Returns
Declaration
void InsertBlockImage(Stream stream, double width, double height)
Parameters
|
System.IO.Stream
stream
|
|
System.Double
width
|
|
System.Double
height
|
Declaration
void InsertBlockLineBreak()
Declaration
void InsertBlockText(string text)
Parameters
Declaration
bool IsMatrixCurrentPageLastOnRow()
Returns
Declaration
SizeF MeasureBlock(SizeF size)
Parameters
|
System.Drawing.SizeF
size
|
Returns
Declaration
void SetBlockLeftIndent(double indent)
Parameters
Extension Methods