Skip to content

Index

Classes

Name Description
PDFBeginImageDataOperator Defines the ID (begin inline image data) content stream operator.
PDFBeginMarkedContentOperator Defines the BMC (begin marked content) content stream operator.
PDFBeginMarkedContentPropertyListOperator Defines the BDC (begin marked content with properties list) content stream operator.
PDFCCurveToOperator Defines the c (curve to) content stream operator.
PDFConcatenateMatrixOperator Defines the cm (concatenate matrix) content stream operator.
PDFContentStreamOperator Defines the base class for PDF content stream operators.
PDFContentStreamOperatorCollection Defines a collection of content stream operators.
PDFDefineMarkedContentOperator Defines the MP (define marked-content point) content stream operator.
PDFDefineMarkedContentPropertyListOperator Defines the DP (define marked-content point with property list) content stream operator.
PDFDisplayFormXObjectOperator Defines the Do (display form XObject) content stream operator.
PDFDisplayImageXObjectOperator Defines the Do (display image XObject) content stream operator.
PDFLineToOperator Defines the l (line to) content stream operator.
PDFMoveTextPositionOperator Defines the Td (move text position) content stream operator.
PDFMoveTextPositionSetLeadingOperator Defines the TD (move text position and set leading) content stream operator.
PDFMoveToOperator Defines the m (move to) content stream operator.
PDFPathClippingOperator Defines a path clipping content stream operator.
PDFPathPaintingOperator Defines a path painting content stream operator.
PDFRectangleOperator Defines the re (rectangle) content stream operator.
PDFSetCharacterSpacingOperator Defines the Tc (set character spacing) content stream operator.
PDFSetCmykFillOperator Defines the k (set CMYK level for fill operations) content stream operator.
PDFSetCmykStrokeOperator Defines the K (set CMYK level for stroke operations) content stream operator.
PDFSetFillColorNOperator Defines the scn (set fill color) content stream operator.
PDFSetFillColorOperator Defines the sc (set fill color) content stream operator.
PDFSetFillColorSpaceOperator Defines the cs (set fill colorspace) content stream operator.
PDFSetFlatnessToleranceOperator Defines the i (set flatness tolerance) content stream operator.
PDFSetGraphicsStateOperator Defines the gs (set graphics state) content stream operator.
PDFSetGrayFillOperator Defines the g (set gray level for fill operations) content stream operator.
PDFSetGrayStrokeOperator Defines the G (set gray level for stroke operations) content stream operator.
PDFSetLineCapOperator Defines the J (set line cap) content stream operator.
PDFSetLineDashPatternOperator Defines the d (set line dash) content stream operator.
PDFSetLineJoinOperator Defines the j (set line join) content stream operator.
PDFSetLineWidthOperator Defines the w (set line width) content stream operator.
PDFSetMiterLimitOperator Defines the M (set miter limit) content stream operator.
PDFSetRenderingIntentOperator Defines the ri (set rendering intent) content stream operator.
PDFSetRgbFillOperator Defines the rg (set RGB level for fill operations) content stream operator.
PDFSetRgbStrokeOperator Defines the RG (set RGB level for stroke operations) content stream operator.
PDFSetShadingOperator Defines the sh (set shading) content stream operator.
PDFSetStrokeColorNOperator Defines the SCN (set stroke color) content stream operator.
PDFSetStrokeColorOperator Defines the SC (set stroke color) content stream operator.
PDFSetStrokeColorSpaceOperator Defines the CS (set stroke colorspace) content stream operator.
PDFSetTextFontAndSizeOperator Defines the Tf (set font and size) content stream operator.
PDFSetTextHorizontalScalingOperator Defines the Tz (set text horizontal scaling) content stream operator.
PDFSetTextLeadingOperator Defines the TL (set text leading) content stream operator.
PDFSetTextMatrixOperator Defines the Tm (set text matrix) content stream operator.
PDFSetTextRenderingOperator Defines the Tr (set text rendering mode) content stream operator.
PDFSetTextRiseOperator Defines the Ts (set text rise) content stream operator.
PDFSetType3GlyphWidthAndBoundingBoxOperator Defines the d1 (set glyph width and bounding box in Type 3 font) content stream operator.
PDFSetType3GlyphWidthOperator Defines the d0 (set glyph width in type 3 font) content stream operator.
PDFSetWordSpacingOperator Defines the Tw (set word spacing) content stream operator.
PDFShowText2Operator Defines the TJ (show text with position) content stream operator.
PDFShowText3Operator Defines the ' (move to next line and show text) content stream operator.
PDFShowText4Operator Defines the " (move to the next line and show a text string, using word spacing and character spacing) content stream operator.
PDFShowTextOperator Defines the Tj (show text) content stream operator.
PDFVCurveToOperator Defines the v (curve to) content stream operator.
PDFYCurveToOperator Defines the y (curve to) content stream operator.

Enums

Name Description
PDFContentStreamOperatorType Supported operators in a PDF content stream.