Enum OpCodeName
The names of the op-codes.
public enum OpCodeName
Fields
B = 2Fill and stroke path using non-zero winding number rule.
BDC = 5(PDF 1.2) Begin marked-content sequence with property list
BI = 6Begin inline image object.
BMC = 7(PDF 1.2) Begin marked-content sequence.
BT = 8Begin text object.
BX = 9(PDF 1.1) Begin compatibility section.
Bx = 4Fill and stroke path using even-odd rule.
CS = 12(PDF 1.1) Set color space for stroking operations.
DP = 18(PDF 1.2) Define marked-content point with property list.
Dictionary = 0Pseudo op-code for the name of a dictionary.
Do = 17Invoke named XObject.
EI = 19End inline image object.
EMC = 20(PDF 1.2) End marked-content sequence.
ET = 21End text object.
EX = 22(PDF 1.1) End compatibility section.
F = 24Fill path using non-zero winding number rule (deprecated in PDF 2.0).
G = 26Set gray level for stroking operations.
ID = 31Begin inline image data
J = 33Set line cap style
K = 34Set CMYK color for stroking operations.
M = 38Set miter limit.
MP = 39(PDF 1.2) Define marked-content point.
Q = 42Restore graphics state.
QuoteDouble = 73Set word and character spacing, move to next line, and show text.
QuoteSingle = 72Move to next line and show text.
RG = 44Set RGB color for stroking operations.
S = 48Stroke path.
SC = 49(PDF 1.1) Set color for stroking operations.
SCN = 51(PDF 1.2) Set color for stroking operations (ICCBased and special color spaces).
TD = 57Move text position and set leading.
TJ = 60Show text, allowing individual glyph positioning.
TL = 61Set text leading.
Tc = 55Set character spacing.
Td = 56Move text position.
Tf = 58Set text font and size.
Tj = 59Show text.
Tm = 62Set text matrix and text line matrix.
Tr = 63Set text rendering mode.
Ts = 64Set text rise.
Tw = 65Set word spacing.
Tx = 54Move to start of next text line.
Tz = 66Set horizontal text scaling.
W = 69Set clipping path using non-zero winding number rule.
Wx = 70Set clipping path using even-odd rule.
b = 1Close, fill, and stroke path using non-zero winding number rule.
bx = 3Close, fill, and stroke path using even-odd rule.
c = 10Append curved segment to path (three control points).
cm = 11Concatenate matrix to current transformation matrix.
cs = 13(PDF 1.1) Set color space for non-stroking operations.
d = 14Set line dash pattern.
d0 = 15Set glyph width in Type 3 font.
d1 = 16Set glyph width and bounding box in Type 3 font.
f = 23Fill path using non-zero winding number rule.
fx = 25Fill path using even-odd rule.
g = 27Set gray level for non-stroking operations.
gs = 28(PDF 1.2) Set parameters from graphics state parameter dictionary.
h = 29Close subpath.
i = 30Set flatness tolerance.
j = 32Set line join style.
k = 35Set CMYK color for non-stroking operations.
l = 36Append straight line segment to path.
m = 37Begin new subpath.
n = 40End path without filling or stroking.
q = 41Save graphics state.
re = 43Append rectangle to path.
rg = 45Set RGB color for non-stroking operations.
ri = 46Set color rendering intent.
s = 47Close and stroke path.
sc = 50(PDF 1.1) Set color for non-stroking operations.
scn = 52(PDF 1.2) Set color for non-stroking operations (ICCBased and special color spaces).
sh = 53(PDF 1.3) Paint area defined by shading pattern.
v = 67Append curved segment to path (initial point replicated).
w = 68Set line width.
y = 71Append curved segment to path (final point replicated).