Click or drag to resize
Aspose.Pdf.Operators Namespace
The Aspose.Pdf.Operators is a namespace for Operator implementations. These classes describes operators used in PDF page contents.
Classes
  ClassDescription
Public classBasicSetColorAndPatternOperator
Base operator for all Set Color operators.
Public classBasicSetColorOperator
Base class for set color operators.
Public classBDC
class representing BDC operator (Begin marked-content sequence)
Public classBI
Class representing BI operator (Begin inline image obect).
Public classBlockTextOperator
Abstract base class for text block operators i.e. Begin and End text operators (BT/ET)
Public classBMC
Class representing BMC operator (Begin marked-content sequence).
Public classBT
Class representing BT operator (Begin of text block).
Public classBX
Class representing BX operator (begin compatibility section).
Public classClip
Class representing W operator (set clipping path using non-zero winding rule).
Public classClosePath
Class representing h operator (close path).
Public classClosePathEOFillStroke
Class representing b* operator (close, fill and stroke path using even-odd rule).
Public classClosePathFillStroke
Class representing b operator (close, fill and stroke path with nonzer winding rule).
Public classClosePathStroke
Class representing s operator (Close and stroke path).
Public classConcatenateMatrix
Class representing cm operator (concatenate matrix to current transformation matrix).
Public classCurveTo
Class representing c operator (append curve to path).
Public classCurveTo1
Class representing v operator (append curve to path, initial point replicated).
Public classCurveTo2
Class representing y operator (append curve to path, final point replicated).
Public classDo
Class representing Do operator (Invoke XObject).
Public classDP
Class represeting DP operator (designamte marked content point).
Public classEI
Class representing EI operator (End inline image object).
Public classEMC
Clsss representing EMC oeprator (End of marked-content sequence).
Public classEndPath
Class representing n operator (end path without filling or stroking).
Public classEOClip
Class representing W* operator (set clipping path using even-odd rule).
Public classEOFill
Class representing f* operator (fill path using even-odd rule).
Public classEOFillStroke
Class representing B* operator (fill and stroke path usign even-odd rule).
Public classET
Class representing operator ET (End of text block).
Public classEX
Class representing EX operator (End of compatibility section).
Public classFill
Class representing f operator (fill path with nonzero winding number rule).
Public classFillStroke
Class representing B operator (fill and stroke path using nonzero winding rule)
Public classGlyphPosition
Class describes text and position to use with operator TJ (set glyph with position)
Public classGRestore
Class representing Q operator (restore graphics state).
Public classGS
Class representing gs operator (set parameters from graphic state parameter dictionary).
Public classGSave
Class representing q operator (save graphics state).
Public classID
Class representing ID operator (Begin inline image data).
Public classLineTo
Class representing l operator (add line to the path).
Public classMoveTextPosition
Class representing Td operator (move text position).
Public classMoveTextPositionSetLeading
Class representing TD operator (move position and set leading).
Public classMoveTo
Class representing m operator (move to and begin new subpath).
Public classMoveToNextLine
Class representing T* operator (Move to start of the next line).
Public classMoveToNextLineShowText
Class representing ' operator (move to next line and show text).
Public classMP
Class representing MP operator (define marked-content point).
Public classObsoleteFill
Class representing F oeprator (fill path using nonzero winding rule).
Public classRe
Class representing re operator (add rectangle to the path).
Public classSelectFont
Class representing Tf operator (set text font and size).
Public classSetAdvancedColor
Class representing scn operator (set color for non-stroking operations).
Public classSetAdvancedColorStroke
Class representing SCN operator (set color for stroking operations).
Public classSetCharacterSpacing
Class representing Tc operator (set character spacing).
Public classSetCharWidth
Class representing d0 operator (set glyph width).
Public classSetCharWidthBoundingBox
Class representing d1 operator (set glyph and bounding box).
Public classSetCMYKColor
Class representing k operator (set CMYK color for non-stroknig operations).
Public classSetCMYKColorStroke
Class representing K operator (set CMYK color for stroking operations).
Public classSetColor
Represents class for sc operator (set color for non-stroknig operations).
Public classSetColorOperator
Class representing set color operation.
Public classSetColorRenderingIntent
Class representing ri operator (set color rendering intent).
Public classSetColorSpace
Class representing cs operator (set colorspace for non-stroking operations)
Public classSetColorSpaceStroke
Class representing CS operator (set color for stroking operations).
Public classSetColorStroke
Class representing SC operator set color for stroking color operators.
Public classSetDash
Class representing d operator (set line dash pattern).
Public classSetFlat
Class representing i operator (set flatness tolerance).
Public classSetGlyphsPositionShowText
Class representing TJ operator (show text with glyph positioning).
Public classSetGray
Set gray level for non-stroking operations.
Public classSetGrayStroke
Class representing gray level for stroking operations.
Public classSetHorizontalTextScaling
Class representing Tz operator (set horizontal text scaling).
Public classSetLineCap
Class representing J operator (set line cap style).
Public classSetLineJoin
Class representing j operator (set line join style).
Public classSetLineWidth
Class representing w operator (set line width).
Public classSetMiterLimit
Class representing M operator (set miter limit).
Public classSetRGBColor
Class representing rg operator (set RGB color for non-stroknig operators).
Public classSetRGBColorStroke
Class representing RG operator (set RGB color for stroking operators).
Public classSetSpacingMoveToNextLineShowText
Class representing " operator (set word and character spacing, move to the next line and show text).
Public classSetTextLeading
Class represenging TL operator (set text leading).
Public classSetTextMatrix
Class representig Tm operator (set text matrix).
Public classSetTextRenderingMode
Class representing Tr operator (set text rendering mode).
Public classSetTextRise
Class representing Ts operator (set text rise).
Public classSetWordSpacing
Class representing Tw operator (set word spacing).
Public classShFill
Class representing sh operator (paint area with shadeing pattern).
Public classShowText
Class representing Tj operator (show text).
Public classStroke
Class representing S operator (stroke path).
Public classTextOperator
Abstract base class for text-related operators (TJ, Tj, Tm, BT, ET, etc).
Public classTextPlaceOperator
Abstract base class for operators which changes text position (Tm, Td, etc).
Public classTextShowOperator
Abvstract base class for all operators which used to out text (Tj, TJ, etc).
Public classTextStateOperator
Abstract base class for operators which changes current text state (Tc, Tf, TL, etc).