Content Methods

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The Content type exposes the following members.

Methods

  NameDescription
Public methodCode exampleAppendContent
Appends the content.
(Inherited from ClippedContent.)
Public methodCode exampleAppendContentElement
Appends the content element.
(Inherited from ClippedContent.)
Public methodCode exampleAppendImage(String, Boundary)
Appends an image.
(Inherited from ClippedContent.)
Public methodCode exampleAppendImage(String, Double, Double, Double, Double)
Appends an image.
(Inherited from ClippedContent.)
Public methodCode exampleAppendText
Adds the text object.
(Inherited from ClippedContent.)
Public methodCode exampleAppendXObject(String)
Appends the XObject.
(Inherited from ClippedContent.)
Public methodCode exampleAppendXObject(String, Double, Double)
Appends the XObject using additional parameters.
(Inherited from ClippedContent.)
Public methodCode exampleFillAndStrokePath
Fills and stroke the path using specified filling rule.
(Inherited from ClippedContent.)
Public methodCode exampleFillPath
Fills the path using specified filling rule..
(Inherited from ClippedContent.)
Public methodCode exampleModifyCurrentTransformationMatrix(Double)
Modifies the current transformation matrix.
(Inherited from ClippedContent.)
Public methodCode exampleModifyCurrentTransformationMatrix(Double, Double, Double, Double, Double, Double)
Modifies the current transformation matrix.
(Inherited from ClippedContent.)
Public methodPaintShading
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.
(Inherited from ClippedContent.)
Public methodCode exampleRestoreGraphicsState
Restores the state of the graphics.
(Inherited from ClippedContent.)
Public methodCode exampleSaveGraphicsState
Saves the current graphics state.
(Inherited from ClippedContent.)
Public methodSetDeviceNonStrokingColor(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
(Inherited from ClippedContent.)
Public methodSetDeviceNonStrokingColor(Color)
Sets the device color as a current non stroking color.
(Inherited from ClippedContent.)
Public methodSetDeviceStrokingColor(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
(Inherited from ClippedContent.)
Public methodSetDeviceStrokingColor(Color)
Sets the device color as a current stroking color.
(Inherited from ClippedContent.)
Public methodSetGraphicsState
Sets the graphics state with special parameters.
(Inherited from ClippedContent.)
Public methodCode exampleSetLineCapStyle
Sets the line cap style.
(Inherited from ClippedContent.)
Public methodCode exampleSetLineDashPattern(Int32, Int32)
Sets the line dash pattern.
(Inherited from ClippedContent.)
Public methodCode exampleSetLineDashPattern(Single, Single)
Sets the line dash pattern.
(Inherited from ClippedContent.)
Public methodCode exampleSetLineJoinStyle
Sets the line join style.
(Inherited from ClippedContent.)
Public methodCode exampleSetLineWidth
Sets the current line width.
(Inherited from ClippedContent.)
Public methodCode exampleSetMitterLimit
Sets the mitter limit.
(Inherited from ClippedContent.)
Public methodCode exampleSetNonStrokingColor(Double)
Sets the current color for the non stroking operations.
(Inherited from ClippedContent.)
Public methodSetNonStrokingColor(Color)
Sets the current color for the non stroking operations.
(Inherited from ClippedContent.)
Public methodCode exampleSetNonStrokingColor(String, Double)
Sets the current color for the non stroking operations.
(Inherited from ClippedContent.)
Public methodCode exampleSetNonStrokingColorSpace
Sets the non strking color space.
(Inherited from ClippedContent.)
Public methodSetRotation
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)
(Inherited from ClippedContent.)
Public methodSetScale
Sets the current transformation matrix. Equivalent of call ModifyCurrentTransformationMatrix(xScale, 0, 0, yScale, 0, 0)
(Inherited from ClippedContent.)
Public methodSetSkew
Sets the current strnsformation matrix using xAngle and yAngle. Equivalent of call ModifyCurrentTransformationMatrix(1, Math.Tan(xAlpha), Math.Tan(yAlpha), 1, 0, 0)
(Inherited from ClippedContent.)
Public methodCode exampleSetStrokingColor(Double)
Sets the current color for the stroking operations.
(Inherited from ClippedContent.)
Public methodSetStrokingColor(Color)
Sets the current color for the stroking operations.
(Inherited from ClippedContent.)
Public methodCode exampleSetStrokingColor(String, Double)
Sets the current color for the stroking operations.
(Inherited from ClippedContent.)
Public methodCode exampleSetStrokingColorSpace
Sets the stroking color space.
(Inherited from ClippedContent.)
Public methodSetTranslation
Sets the current transformation matrix. Equivalent of call ModifyCurrentTransformationMatrix(1, 0, 0, 1, xOffset, yOffset)
(Inherited from ClippedContent.)
Public methodCode exampleStrokePath
Strokes the path.
(Inherited from ClippedContent.)
Top
See Also

Reference