Interface IPdfExportRenderer
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.dll
Syntax
public interface IPdfExportRenderer
Properties
CurrentMatrixColumn
Declaration
int CurrentMatrixColumn { get; set; }
Property Value
System.Int32
|
CurrentMatrixRow
Declaration
int CurrentMatrixRow { get; set; }
Property Value
System.Int32
|
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.Drawing.SizeF
pageSize
|
IPdfEditor
editor
|
DrawBlock()
Declaration
void DrawBlock()
DrawBlock(SizeF)
Declaration
void DrawBlock(SizeF size)
Parameters
System.Drawing.SizeF
size
|
ExportDocument(Stream, String, String, String)
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
|
GetCurrentPageEditor()
GetCurrentPageNumber()
Declaration
int GetCurrentPageNumber()
Returns
System.Int32
|
GetDownPageEditor()
GetRightPageEditor()
InsertBlockImage(Stream, Double, Double)
Declaration
void InsertBlockImage(Stream stream, double width, double height)
Parameters
System.IO.Stream
stream
|
System.Double
width
|
System.Double
height
|
InsertBlockLineBreak()
Declaration
void InsertBlockLineBreak()
InsertBlockText(String)
Declaration
void InsertBlockText(string text)
Parameters
System.String
text
|
IsMatrixCurrentPageLastOnRow()
Declaration
bool IsMatrixCurrentPageLastOnRow()
Returns
System.Boolean
|
MeasureBlock()
Declaration
SizeF MeasureBlock()
Returns
System.Drawing.SizeF
|
MeasureBlock(SizeF)
Declaration
SizeF MeasureBlock(SizeF size)
Parameters
System.Drawing.SizeF
size
|
Returns
System.Drawing.SizeF
|
SetBlockLeftIndent(Double)
Declaration
void SetBlockLeftIndent(double indent)
Parameters
System.Double
indent
|