Operator Enumeration

Graphics page contents operators

Definition

Namespace: PdfFileAnalyzer
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public enum Operator

Members

FillStrokeNonZeroRule0 (B) Fill and stroke path using nonzero winding number rule
FillStrokeEvenOddRule1 (B*) Fill and stroke path using even-odd rule
CloseFillStrokeNonZeroRule2 (b) Close, fill, and stroke path using nonzero winding number rule
CloseFillStrokeEvenOddRule3 (b*) Close, fill, and stroke path using even-odd rule
BeginMarkedContentPropList4 (BDC) Begin marked-content sequence with property list
BeginInlineImage5 (BI) Begin inline image object
BeginMarkedContent6 (BMC) Begin marked-content sequence
BeginText7 (BT) Begin text object
BeginCompatibility8 (BX) Begin compatibility section
Bezier9 (c) Append Bezier segment to path (three control points)
TransMatrix10 (cm) Concatenate matrix to current transformation matrix
ColorSpaceForStroking11 (CS) Set color space for stroking operations
ColorSpaceForNonStroking12 (cs) Set color space for nonstroking operations
LineDashPattern13 (d) Set line dash pattern
GlyphWidthType314 (d0) Set glyph width in Type 3 font
GlyphWidthBBoxType315 (d1) Set glyph width and bounding box in Type 3 font
XObject16 (Do) Invoke named XObject
DefineMarkedContentPropList17 (DP) Define marked-content point with property list
EndInlineImage18 (EI) End inline image object
EndMarkedContent19 (EMC) End marked-content sequence
EndTextObject20 (ET) End text object
EndCompatibility21 (EX) End compatibility section
FillNonZeroRule22 (f) Fill path using nonzero winding number rule
FillEvenOddRule23 (f*) Fill path using even-odd rule
GrayLevelForStroking24 (G) Set gray level for stroking operations
GrayLevelForNonStroking25 (g) Set gray level for nonstroking operations
ParamFromGraphicsStateDict26 (gs) Set parameters from graphics state parameter dictionary
ClosePath27 (h) Close subpath
FlatnessTolerance28 (i) Set flatness tolerance
BeginInlineImageData29 (ID) Begin inline image data
LineJoinStyle30 (j) Set line join style
LineCapStyle31 (J) Set line cap style
CmykColorForStroking32 (K) Set CMYK color for stroking operations
CmykColorForNonStroking33 (k) Set CMYK color for nonstroking operations
LineTo34 (l) Append straight line segment to path
MoveTo35 (m) Begin new subpath
MiterLimit36 (M) Set miter limit
DefineMarkedContent37 (MP) Define marked-content point
NoPaint38 (n) End path without filling or stroking
SaveGraphicsState39 (q) Save graphics state
RestoreGraphicsState40 (Q) Restore graphics state
Rectangle41 (re) Append rectangle to path
RgbColorForStroking42 (RG) Set RGB color for stroking operations
RgbColorForNonStroking43 (rg) Set RGB color for nonstroking operations
ColorRenderingIntent44 (ri) Set color rendering intent
Stroke45 (S) Stroke path
CloseStroke46 (s) Close and stroke path
ColorForStroking47 (SC) Set color for stroking operations
ColorForNonStroking48 (sc) Set color for nonstroking operations
ColorForStrokingSpecial49 (SCN) Set color for stroking operations (ICCBased special color)
ColorForNonStrokingSpecial50 (scn) Set color for nonstroking operations (ICCBased special color)
PaintAreaShadingPattern51 (sh) Paint area defined by shading pattern
MoveToStartOfNextLine52 (T*) Move to start of next text line
SetCharSpacing53 (Tc) Set character spacing
MoveTextPos54 (Td) Move text position
MoveTextPosSetLeading55 (TD) Move text position and set leading
SelectFontAndSize56 (Tf) Set text font and size
ShowText57 (Tj) Show text
ShowTextWithGlyphPos58 (TJ) Show text, allowing individual glyph positioning
TextLeading59 (TL) Set text leading
TextMatrix60 (Tm) Set text matrix and text line matrix
TextRenderingMode61 (Tr) Set text rendering mode
TextRize62 (Ts) Set text rise
TextWorkSpacing63 (Tw) Set word spacing
TextHorizontalScaling64 (Tz) Set horizontal text scaling
BezierNoP165 (v) Append Bezier segment to path (initial point replicated)
ClippingPathNonZeroRule66 (W) Set clipping path using nonzero winding number rule
ClippingPathEvenOddRule67 (W*) Set clipping path using even-odd rule
LineWidth68 (w) Set line width
BezierNoP269 (y) Append bEZIER segment to path (final point replicated)
MoveToNextLineAndShow70 (') Move to next line and show text
WordCharSpacingShowText71 (") Set word and character spacing, move to next line show text
Count72 Enumeration count

Extension Methods

See Also