Interface IPdfEditor
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.dll
Syntax
public interface IPdfEditor
Properties
OffsetX
Declaration
double OffsetX { get; }
Property Value
System.Double
|
OffsetY
Declaration
double OffsetY { get; }
Property Value
System.Double
|
Methods
CreateMatrixPosition()
Declaration
void CreateMatrixPosition()
CreateMatrixPosition(Double, Double)
this.editor.Position = savePosition;
Declaration
void CreateMatrixPosition(double x, double y)
Parameters
System.Double
x
Horizontal offset that will be set as new Matrix position |
System.Double
y
Vertical offset that will be set as new Matrix position |
DrawLine(PointF, PointF)
Declaration
void DrawLine(PointF startPoint, PointF endPoint)
Parameters
System.Drawing.PointF
startPoint
|
System.Drawing.PointF
endPoint
|
DrawRectangle(PointF, PointF)
Declaration
void DrawRectangle(PointF topLeft, PointF bottomRight)
Parameters
System.Drawing.PointF
topLeft
|
System.Drawing.PointF
bottomRight
|
PopClipping()
Declaration
void PopClipping()
PushClipping(Double, Double, Double, Double)
Declaration
void PushClipping(double x, double y, double width, double height)
Parameters
System.Double
x
|
System.Double
y
|
System.Double
width
|
System.Double
height
|
RestorePosition()
Declaration
void RestorePosition()
RestoreProperties()
Declaration
void RestoreProperties()
SavePosition()
Declaration
void SavePosition()
SaveProperties()
Declaration
void SaveProperties()
SetFillColor(Color)
Declaration
void SetFillColor(Color color)
Parameters
System.Drawing.Color
color
|
SetLinearGradient(Int32, PointF, PointF, Color, Color, Color, Color)
This creates a linear gradient depending on number of colors needed
Declaration
void SetLinearGradient(int numberOfColors, PointF startPoint, PointF endPoint, Color color, Color color2, Color color3, Color color4)
Parameters
System.Int32
numberOfColors
|
System.Drawing.PointF
startPoint
|
System.Drawing.PointF
endPoint
|
System.Drawing.Color
color
|
System.Drawing.Color
color2
|
System.Drawing.Color
color3
|
System.Drawing.Color
color4
|
SetStrokeColor(Color)
Declaration
void SetStrokeColor(Color color)
Parameters
System.Drawing.Color
color
|
SetTextFontSize(Double)
Declaration
void SetTextFontSize(double size)
Parameters
System.Double
size
|
TranslatePosition(Double, Double)
Declaration
void TranslatePosition(double x, double y)
Parameters
System.Double
x
|
System.Double
y
|
TrySetFont(String, FontStyle)
Declaration
bool TrySetFont(string fontName, FontStyle fontStyle)
Parameters
System.String
fontName
|
System.Drawing.FontStyle
fontStyle
|
Returns
System.Boolean
|