Apitron.PDF.Kit library for .NET
Top
The ClippedContent type exposes the following members.
Methods
Name | Description | |
---|---|---|
AppendContent |
Appends the content.
| |
AppendContentElement |
Appends the content element.
| |
AppendImage(String, Boundary) |
Appends an image.
| |
AppendImage(String, Double, Double, Double, Double) |
Appends an image.
| |
AppendText |
Adds the text object.
| |
AppendXObject(String) |
Appends the XObject.
| |
AppendXObject(String, Double, Double) |
Appends the XObject using additional parameters.
| |
FillAndStrokePath |
Fills and stroke the path using specified filling rule.
| |
FillPath |
Fills the path using specified filling rule..
| |
ModifyCurrentTransformationMatrix(Double) |
Modifies the current transformation matrix.
| |
ModifyCurrentTransformationMatrix(Double, Double, Double, Double, Double, Double) |
Modifies the current transformation matrix.
| |
PaintShading |
Paint the shape and colour shading described by a shading, subject to the current clipping path (or intersection with the path specified).
The current colour in the graphics state is neither used nor altered. The effect is different from that of painting a path using a
shading pattern as the current colour.
| |
RestoreGraphicsState |
Restores the state of the graphics.
| |
SaveGraphicsState |
Saves the current graphics state.
| |
SetDeviceNonStrokingColor(Double) |
Sets the device color as a current non stroking color.
The number of array elements determines the colour space in which the colour shall be defined:
1 DeviceGray
3 DeviceRGB
4 DeviceCMYK
| |
SetDeviceNonStrokingColor(Color) |
Sets the device color as a current non stroking color.
| |
SetDeviceStrokingColor(Double) |
Sets the device color as a current stroking color.
The number of array elements determines the colour space in which the colour shall be defined:
1 DeviceGray
3 DeviceRGB
4 DeviceCMYK
| |
SetDeviceStrokingColor(Color) |
Sets the device color as a current stroking color.
| |
SetGraphicsState |
Sets the graphics state with special parameters.
| |
SetLineCapStyle |
Sets the line cap style.
| |
SetLineDashPattern(Int32, Int32) |
Sets the line dash pattern.
| |
SetLineDashPattern(Single, Single) |
Sets the line dash pattern.
| |
SetLineJoinStyle |
Sets the line join style.
| |
SetLineWidth |
Sets the current line width.
| |
SetMitterLimit |
Sets the mitter limit.
| |
SetNonStrokingColor(Double) |
Sets the current color for the non stroking operations.
| |
SetNonStrokingColor(Color) |
Sets the current color for the non stroking operations.
| |
SetNonStrokingColor(String, Double) |
Sets the current color for the non stroking operations.
| |
SetNonStrokingColorSpace |
Sets the non strking color space.
| |
SetRotation |
Sets the current transformation matrix using alpha. Equivalent of call ModifyCurrentTransformationMatrix(Math.Cos(alpha), Math.Sin(alpha), -Math.Sin(alpha), Math.Cos(alpha), 0, 0)
| |
SetScale |
Sets the current transformation matrix. Equivalent of call ModifyCurrentTransformationMatrix(xScale, 0, 0, yScale, 0, 0)
| |
SetSkew |
Sets the current strnsformation matrix using xAngle and yAngle. Equivalent of call ModifyCurrentTransformationMatrix(1, Math.Tan(xAlpha), Math.Tan(yAlpha), 1, 0, 0)
| |
SetStrokingColor(Double) |
Sets the current color for the stroking operations.
| |
SetStrokingColor(Color) |
Sets the current color for the stroking operations.
| |
SetStrokingColor(String, Double) |
Sets the current color for the stroking operations.
| |
SetStrokingColorSpace |
Sets the stroking color space.
| |
SetTranslation |
Sets the current transformation matrix. Equivalent of call ModifyCurrentTransformationMatrix(1, 0, 0, 1, xOffset, yOffset)
| |
StrokePath |
Strokes the path.
|
See Also