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