XFINIUM.PDF Documentation
PdfContentStream Class Members
Methods 

The following tables list the members exposed by PdfContentStream.

Public Constructors
 NameDescription
Public ConstructorPdfContentStream ConstructorInitializes a new PdfContentStream object.  
Top
Public Methods
 NameDescription
Public MethodAddOperator Adds the given operator to the content stream.  
Public MethodBeginCompatibilitySectionBegins a compatibility section.
Operator: BX.  
Public MethodBeginInlineImageBegins an inline image.
Operator: BI.  
Public MethodBeginInlineImageDataBegins the data section of an inline image.
Operator: ID.  
Public MethodBeginMarkedContent Begins a marked-content sequence.  
Public MethodBeginMarkedContentWithPropertyList Begins a marked-content sequence with an associated property list.  
Public MethodBeginTextBegins a text section.
Operator: BT.  
Public MethodCCurveToAppend a cubic Bézier curve to the current path.
Operator: c  
Public MethodClear Clears the entire content stream.  
Public MethodCloseAndStrokePathCloses and strokes the current path.
Operator: s.  
Public MethodCloseFillNonZeroStrokeCloses the current path, fills the path using the fillMode and then strokes the path.
Operator: b for PdfFillMode.NonZeroWinding or b* for PdfFillMode.EvenOdd.  
Public MethodCloseSubpathCloses the current path.
Operator: h.  
Public MethodConcatenateMatrixConcatenates the given matrix with the current transformation matrix.
Operator: cm  
Public MethodDefineMarkedContentPoint Defines a marked-content point.  
Public MethodDefineMarkedContentPointWithPropertyList Defines a marked-content point with an associated property list.  
Public MethodEndCompatibilitySectionEnds a compatibility section.
Operator: EX.  
Public MethodEndInlineImageEnds an inline image.
Operator: EI.  
Public MethodEndMarkedContentEnds a marked content section.
Operator: EMC.  
Public MethodEndPathEnds the current path.
Operator: n.  
Public MethodEndTextEnds a text section.
Operator: ET.  
Public MethodFillNonZeroStrokeFills the current path using the fillMode and then strokes the path.
Operator: B for PdfFillMode.NonZeroWinding or B* for PdfFillMode.EvenOdd.  
Public MethodFillPathFills the current path using the fillMode.
Operator: f for PdfFillMode.NonZeroWinding or f* for PdfFillMode.EvenOdd.  
Public MethodLineToAppends a line segment to current path from current point to (x, y).
Operator: l  
Public MethodMoveTextPositionMoves the text position.
Operator: Td  
Public MethodMoveTextPositionAndSetLeadingMoves the text position.
Operator: TD  
Public MethodMoveToBegins a new subpath at (x, y).
Operator: m  
Public MethodMoveToStartOfNextTextLineMoves to the start of the next line.
Operator: T*  
Public MethodRectangleAppends a rectangle to current path.
Operator: re  
Public MethodResetPdfCoordinateSystem Resets the coordinate system to default PDF coordinate system.  
Public MethodRestoreGraphicsStateRestores the current graphics state.
Operator: Q.  
Public MethodRestoreVisualCoordinateSystemRestores the coordinate system as it has been setup initially by PdfGraphics class.  
Public MethodSaveGraphicsStateSaves the current graphics state.
Operator: q.  
Public MethodSetCharacterSpacingSets the character spacing.
Operator: Tc  
Public MethodSetClipPathSets the current path as clipping path.
Operator: W for PdfFillMode.NonZeroWinding or W* for PdfFillMode.EvenOdd.  
Public MethodSetCmykFillColorSets the current colorspace for fill operations to DeviceCMYK and sets the current CMYK color.
Operator: k  
Public MethodSetCmykStrokeColorSets the current colorspace for stroke operations to DeviceCMYK and sets the current CMYK color.
Operator: K  
Public MethodSetExtendedGraphicsStateSets the current graphics state in the content stream.
Operator: gs  
Public MethodSetFillColorSets the current fill color.
Operator: sc  
Public MethodSetFillColorNOverloaded. Sets the current fill color.
Operator: scn  
Public MethodSetFillColorSpaceSets the fill colorspace.
Operator: cs  
Public MethodSetFlatnessToleranceSet the flatness tolerance in the graphics state.
Operator: i  
Public MethodSetGrayFillColorSets the current colorspace for fill operations to DeviceGray and sets the gray level.
Operator: g  
Public MethodSetGrayStrokeColorSets the current colorspace for stroke operations to DeviceGray and sets the gray level.
Operator: g  
Public MethodSetLineCapSet the line cap style in the graphics state.
Operator: J  
Public MethodSetLineDashPatternSets the dash offset and pattern for stroke operations.
Operator: d  
Public MethodSetLineJoinSet the line join style in the graphics state.
Operator: j  
Public MethodSetLineWidth Sets the line width in the graphics state.  
Public MethodSetMiterLimitSet the miter limit in the graphics state.
Operator: M  
Public MethodSetRgbFillColorSets the current colorspace for fill operations to DeviceRGB and sets the current RGB color.
Operator: rg  
Public MethodSetRgbStrokeColorSets the current colorspace for stroke operations to DeviceRGB and sets the current RGB color.
Operator: RG  
Public MethodSetStrokeColorSets the current stroke color.
Operator: SC  
Public MethodSetStrokeColorNOverloaded. Sets the current stroke color.
Operator: SCN  
Public MethodSetStrokeColorSpaceSets the stroke colorspace.
Operator: CS  
Public MethodSetTextFontAndSizeSets the current font and size for text show operators.
Operator: Tf  
Public MethodSetTextHorizontalScalingSets the text horizontal scaling.
Operator: Tz  
Public MethodSetTextLeadingSets the text leading.
Operator: TL  
Public MethodSetTextMatrixSets the current text matrix and text line matrix.
Operator: Tm  
Public MethodSetTextRenderingSets the text rendering mode.
Operator: Tr  
Public MethodSetTextRiseSets the text rise.
Operator: Ts  
Public MethodSetWordSpacingSets the word spacing.
Operator: Tw  
Public MethodShowFormXObjectShows a form XObject on the page.
Operator: Do  
Public MethodShowImageShows an image on the page.
Operator: Do  
Public MethodShowShadingShows a shading on the page.
Operator: sh  
Public MethodShowTextShows the specified text on the page.
Operator: Tj  
Public MethodShowTextArray Shows one or more text strings, allowing individual glyph positioning.  
Public MethodStrokePathStrokes the current path.
Operator: S.  
Public MethodVCurveToAppend a cubic Bézier curve to the current path.
Operator: v  
Public MethodWriteByte Writes the specified byte to the content stream.  
Public MethodWriteBytesOverloaded.  Writes the specified bytes to the content stream.  
Public MethodYCurveToAppend a cubic Bézier curve to the current path.
Operator: y  
Top
See Also

Reference

PdfContentStream Class
Xfinium.Pdf.Graphics Namespace

Send Feedback