IOperatorSelector.Visit
Visit(Fill)
Visit/select f operator.
public void Visit(Fill f)
Parameter | Type | Description |
---|---|---|
f | Fill | Fill path operator (nonzero winding number rule). |
See Also
- class Fill
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ObsoleteFill)
Visit/select F operator.
public void Visit(ObsoleteFill F)
Parameter | Type | Description |
---|---|---|
F | ObsoleteFill | Fill path operator (nonzero winding number rule). |
See Also
- class ObsoleteFill
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(EOFill)
Visit/select operator f*.
public void Visit(EOFill f_)
Parameter | Type | Description |
---|---|---|
f_ | EOFill | Fill path operator (even-odd rule). |
See Also
- class EOFill
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetGrayStroke)
Visit/select G operator.
public void Visit(SetGrayStroke G)
Parameter | Type | Description |
---|---|---|
G | SetGrayStroke | Set gray level operator (for stroking operations). |
See Also
- class SetGrayStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetGray)
Visit/select g operator.
public void Visit(SetGray g)
Parameter | Type | Description |
---|---|---|
g | SetGray | Set gray level operator (for nonstroking operations). |
See Also
- class SetGray
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(GS)
Visit/select gs operator.
public void Visit(GS gs)
Parameter | Type | Description |
---|---|---|
gs | GS | Set graphics state operator. |
See Also
- class GS
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ClosePath)
Visit/select h operator.
public void Visit(ClosePath h)
Parameter | Type | Description |
---|---|---|
h | ClosePath | Close subpath operator. |
See Also
- class ClosePath
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetFlat)
Visit/select i operator.
public void Visit(SetFlat i)
Parameter | Type | Description |
---|---|---|
i | SetFlat | Set flatness tolerance operator. |
See Also
- class SetFlat
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ID)
Visit/select ID operator.
public void Visit(ID ID)
Parameter | Type | Description |
---|---|---|
ID | ID | Begin inline image data operator. |
See Also
- class ID
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetColorRenderingIntent)
Visit/select ri operator.
public void Visit(SetColorRenderingIntent ri)
Parameter | Type | Description |
---|---|---|
ri | SetColorRenderingIntent | Set color rendering intent operator. |
See Also
- class SetColorRenderingIntent
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetLineCap)
Visit/select J operator.
public void Visit(SetLineCap J)
Parameter | Type | Description |
---|---|---|
J | SetLineCap | Set line cap style operator. |
See Also
- class SetLineCap
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetMiterLimit)
Visit/select M operator.
public void Visit(SetMiterLimit M)
Parameter | Type | Description |
---|---|---|
M | SetMiterLimit | Set miter limit operator. |
See Also
- class SetMiterLimit
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(MP)
Visit/select MP operator.
public void Visit(MP MP)
Parameter | Type | Description |
---|---|---|
MP | MP | Define marked-content point operator. |
See Also
- class MP
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(EndPath)
Visit/select n operator.
public void Visit(EndPath n)
Parameter | Type | Description |
---|---|---|
n | EndPath | End path operator (without filling or stroking). |
See Also
- class EndPath
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(GSave)
Visit/select q operator.
public void Visit(GSave q)
Parameter | Type | Description |
---|---|---|
q | GSave | Save graphics state operator. |
See Also
- class GSave
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(GRestore)
Visit/select Q operator.
public void Visit(GRestore Q)
Parameter | Type | Description |
---|---|---|
Q | GRestore | Restore graphics state operator. |
See Also
- class GRestore
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(Re)
Visit/select re operator.
public void Visit(Re re)
Parameter | Type | Description |
---|---|---|
re | Re | Append rectangle to path operator. |
See Also
- class Re
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetRGBColorStroke)
Visit/select RG operator.
public void Visit(SetRGBColorStroke RG)
Parameter | Type | Description |
---|---|---|
RG | SetRGBColorStroke | Set RGB color operator (for stroking operations). |
See Also
- class SetRGBColorStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetRGBColor)
Visit/select rg operator.
public void Visit(SetRGBColor rg)
Parameter | Type | Description |
---|---|---|
rg | SetRGBColor | Set RGB color operator (for nonstroking operations). |
See Also
- class SetRGBColor
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetCMYKColorStroke)
Visit/select K operator.
public void Visit(SetCMYKColorStroke K)
Parameter | Type | Description |
---|---|---|
K | SetCMYKColorStroke | Set CMYK color operator (for stroking operations). |
See Also
- class SetCMYKColorStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetCMYKColor)
Visit/select k operator.
public void Visit(SetCMYKColor k)
Parameter | Type | Description |
---|---|---|
k | SetCMYKColor | Set CMYK color operator (for nonstroking operations). |
See Also
- class SetCMYKColor
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(LineTo)
Visit/select l operator.
public void Visit(LineTo l)
Parameter | Type | Description |
---|---|---|
l | LineTo | Append straight line segment to path operator. |
See Also
- class LineTo
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(MoveTo)
Visit/select m operator.
public void Visit(MoveTo m)
Parameter | Type | Description |
---|---|---|
m | MoveTo | Begin new subpath operator. |
See Also
- class MoveTo
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetWordSpacing)
Visit/select Tw operator.
public void Visit(SetWordSpacing Tw)
Parameter | Type | Description |
---|---|---|
Tw | SetWordSpacing | Set word spacing operator. |
See Also
- class SetWordSpacing
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ClosePathStroke)
Visit/select s operator.
public void Visit(ClosePathStroke s)
Parameter | Type | Description |
---|---|---|
s | ClosePathStroke | Close and stroke path operator. |
See Also
- class ClosePathStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(MoveTextPositionSetLeading)
Visit/select TD operator.
public void Visit(MoveTextPositionSetLeading TD)
Parameter | Type | Description |
---|---|---|
TD | MoveTextPositionSetLeading | Move text position and set leading operator. |
See Also
- class MoveTextPositionSetLeading
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SelectFont)
Visit/select Tf operator.
public void Visit(SelectFont Tf)
Parameter | Type | Description |
---|---|---|
Tf | SelectFont | Set text font and size operator. |
See Also
- class SelectFont
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ShowText)
Visit/select Tj operator.
public void Visit(ShowText Tj)
Parameter | Type | Description |
---|---|---|
Tj | ShowText | Show text operator. |
See Also
- class ShowText
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetGlyphsPositionShowText)
Visit/select TJ operator.
public void Visit(SetGlyphsPositionShowText TJ)
Parameter | Type | Description |
---|---|---|
TJ | SetGlyphsPositionShowText | Show text operator (allowing individual glyph positioning). |
See Also
- class SetGlyphsPositionShowText
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetTextLeading)
Visit/select TL operator.
public void Visit(SetTextLeading TL)
Parameter | Type | Description |
---|---|---|
TL | SetTextLeading | Set text leading operator. |
See Also
- class SetTextLeading
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetTextMatrix)
Visit/select Tm operator.
public void Visit(SetTextMatrix Tm)
Parameter | Type | Description |
---|---|---|
Tm | SetTextMatrix | Set text matrix and text line matrix operator. |
See Also
- class SetTextMatrix
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetTextRenderingMode)
Visit/select Tr operator.
public void Visit(SetTextRenderingMode Tr)
Parameter | Type | Description |
---|---|---|
Tr | SetTextRenderingMode | Set text rendering mode operator. |
See Also
- class SetTextRenderingMode
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetTextRise)
Visit/select Ts operator.
public void Visit(SetTextRise Ts)
Parameter | Type | Description |
---|---|---|
Ts | SetTextRise | Set text rise operator. |
See Also
- class SetTextRise
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(Stroke)
Visit/select S operator.
public void Visit(Stroke S)
Parameter | Type | Description |
---|---|---|
S | Stroke | Stroke path operator. |
See Also
- class Stroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetColorStroke)
Visit/select SC operator.
public void Visit(SetColorStroke SC)
Parameter | Type | Description |
---|---|---|
SC | SetColorStroke | Set color operator (for stroking operations). |
See Also
- class SetColorStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetColor)
Visit/select sc operator.
public void Visit(SetColor sc)
Parameter | Type | Description |
---|---|---|
sc | SetColor | Set color operator (for nonstroking operations). |
See Also
- class SetColor
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetAdvancedColorStroke)
Visit/select SCN operator.
public void Visit(SetAdvancedColorStroke SCN)
Parameter | Type | Description |
---|---|---|
SCN | SetAdvancedColorStroke | Set color operator (for stroking operations, ICCBasedand special colour spaces). |
See Also
- class SetAdvancedColorStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetAdvancedColor)
Visit/select scn operator.
public void Visit(SetAdvancedColor scn)
Parameter | Type | Description |
---|---|---|
scn | SetAdvancedColor | Set color operator (for nonstroking operations, ICCBased and special colour spaces). |
See Also
- class SetAdvancedColor
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ShFill)
Visit/select sh operator.
public void Visit(ShFill sh)
Parameter | Type | Description |
---|---|---|
sh | ShFill | Paint area defined by shading pattern operator. |
See Also
- class ShFill
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(MoveToNextLine)
Visit/select T* operator.
public void Visit(MoveToNextLine T_)
Parameter | Type | Description |
---|---|---|
T_ | MoveToNextLine | Move to start of next text line operator. |
See Also
- class MoveToNextLine
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetCharacterSpacing)
Visit/select Tc operator.
public void Visit(SetCharacterSpacing Tc)
Parameter | Type | Description |
---|---|---|
Tc | SetCharacterSpacing | Set character spacing operator. |
See Also
- class SetCharacterSpacing
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(MoveTextPosition)
Visit/select Td operator.
public void Visit(MoveTextPosition Td)
Parameter | Type | Description |
---|---|---|
Td | MoveTextPosition | Move text position operator. |
See Also
- class MoveTextPosition
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(CurveTo2)
Visit/select y operator.
public void Visit(CurveTo2 y)
Parameter | Type | Description |
---|---|---|
y | CurveTo2 | Append curved segment to path operator (final point replicated). |
See Also
- class CurveTo2
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(EOClip)
Visit/select W* operator.
public void Visit(EOClip W_)
Parameter | Type | Description |
---|---|---|
W_ | EOClip | Set clipping path operator (even-odd rule). |
See Also
- class EOClip
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetHorizontalTextScaling)
Visit/select Tz operator.
public void Visit(SetHorizontalTextScaling Tz)
Parameter | Type | Description |
---|---|---|
Tz | SetHorizontalTextScaling | Set horizontal text scaling operator. |
See Also
- class SetHorizontalTextScaling
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(CurveTo1)
Visit/select v operator.
public void Visit(CurveTo1 v)
Parameter | Type | Description |
---|---|---|
v | CurveTo1 | Append curved segment to path operator (initial point replicated). |
See Also
- class CurveTo1
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(Clip)
Visit/select W operator.
public void Visit(Clip W)
Parameter | Type | Description |
---|---|---|
W | Clip | Set clipping path operator (nonzero winding number rule). |
See Also
- class Clip
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetLineWidth)
Visit/select w operator.
public void Visit(SetLineWidth w)
Parameter | Type | Description |
---|---|---|
w | SetLineWidth | Set line width operator. |
See Also
- class SetLineWidth
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetLineJoin)
Visit/select j operator.
public void Visit(SetLineJoin j)
Parameter | Type | Description |
---|---|---|
j | SetLineJoin | Set line join style operator. |
See Also
- class SetLineJoin
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(EX)
Visit/select EX operator.
public void Visit(EX EX)
Parameter | Type | Description |
---|---|---|
EX | EX | End compatibility section operator. |
See Also
- class EX
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ET)
Visit/select ET operator.
public void Visit(ET ET)
Parameter | Type | Description |
---|---|---|
ET | ET | End text object operator. |
See Also
- class ET
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(EMC)
Visit/select EMC operator.
public void Visit(EMC EMC)
Parameter | Type | Description |
---|---|---|
EMC | EMC | End marked-content sequence operator. |
See Also
- class EMC
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(EI)
Visit/select EI operator.
public void Visit(EI EI)
Parameter | Type | Description |
---|---|---|
EI | EI | End inline image object operator. |
See Also
- class EI
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(DP)
Visit/select DP operator.
public void Visit(DP DP)
Parameter | Type | Description |
---|---|---|
DP | DP | Define marked-content point operator (with property list). |
See Also
- class DP
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(Do)
Visit/select Do operator.
public void Visit(Do Do)
Parameter | Type | Description |
---|---|---|
Do | Do | Invoke named XObject operator. |
See Also
- class Do
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetDash)
Visit/select d operator.
public void Visit(SetDash d)
Parameter | Type | Description |
---|---|---|
d | SetDash | Set line dash pattern operator. |
See Also
- class SetDash
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetCharWidth)
Visit/select d0 operator.
public void Visit(SetCharWidth d0)
Parameter | Type | Description |
---|---|---|
d0 | SetCharWidth | Set glyph width in Type 3 font operator. |
See Also
- class SetCharWidth
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetCharWidthBoundingBox)
Visit/select d1 operator.
public void Visit(SetCharWidthBoundingBox d1)
Parameter | Type | Description |
---|---|---|
d1 | SetCharWidthBoundingBox | Set glyph width and bounding box in Type 3 font operator. |
See Also
- class SetCharWidthBoundingBox
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetColorSpaceStroke)
Visit/select CS operator.
public void Visit(SetColorSpaceStroke CS)
Parameter | Type | Description |
---|---|---|
CS | SetColorSpaceStroke | Set color space operator (for stroking operations). |
See Also
- class SetColorSpaceStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetColorSpace)
Visit/select cs operator.
public void Visit(SetColorSpace cs)
Parameter | Type | Description |
---|---|---|
cs | SetColorSpace | Set color space operator (for nonstroking operations). |
See Also
- class SetColorSpace
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ConcatenateMatrix)
Visit/select cm operator.
public void Visit(ConcatenateMatrix cm)
Parameter | Type | Description |
---|---|---|
cm | ConcatenateMatrix | Concatenate matrix to current transformation matrix operator. |
See Also
- class ConcatenateMatrix
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(CurveTo)
Visit/select c operator.
public void Visit(CurveTo c)
Parameter | Type | Description |
---|---|---|
c | CurveTo | Append curved segment to path operator (three control points). |
See Also
- class CurveTo
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(BX)
Visit/select BX operator.
public void Visit(BX BX)
Parameter | Type | Description |
---|---|---|
BX | BX | Begin compatibility section operator. |
See Also
- class BX
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(BT)
Visit/select BT operator.
public void Visit(BT BT)
Parameter | Type | Description |
---|---|---|
BT | BT | Begin text object operator. |
See Also
- class BT
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(BMC)
Visit/select BMC operator.
public void Visit(BMC BMC)
Parameter | Type | Description |
---|---|---|
BMC | BMC | Begin marked-content sequence operator. |
See Also
- class BMC
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(BI)
Visit/select BI operator.
public void Visit(BI BI)
Parameter | Type | Description |
---|---|---|
BI | BI | Begin inline image object operator. |
See Also
- class BI
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(BDC)
Visit/select BDC operator.
public void Visit(BDC BDC)
Parameter | Type | Description |
---|---|---|
BDC | BDC | Begin marked-content sequence operator (with property list). |
See Also
- class BDC
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(FillStroke)
Visit/select B operator.
public void Visit(FillStroke B)
Parameter | Type | Description |
---|---|---|
B | FillStroke | Fill and stroke path operator (nonzero winding number rule). |
See Also
- class FillStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ClosePathFillStroke)
Visit/select b operator.
public void Visit(ClosePathFillStroke b)
Parameter | Type | Description |
---|---|---|
b | ClosePathFillStroke | Close, fill, and stroke path operator (nonzero winding number rule). |
See Also
- class ClosePathFillStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(EOFillStroke)
Visit/select B* operator.
public void Visit(EOFillStroke B_)
Parameter | Type | Description |
---|---|---|
B_ | EOFillStroke | Fill and stroke path operator (even-odd rule). |
See Also
- class EOFillStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(ClosePathEOFillStroke)
Visit/select b* operator.
public void Visit(ClosePathEOFillStroke b_)
Parameter | Type | Description |
---|---|---|
b_ | ClosePathEOFillStroke | Close, fill, and stroke path operator (even-odd rule). |
See Also
- class ClosePathEOFillStroke
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(MoveToNextLineShowText)
Visit/select ’ operator.
public void Visit(MoveToNextLineShowText _)
Parameter | Type | Description |
---|---|---|
_ | MoveToNextLineShowText | Move to next line and show text operator. |
See Also
- class MoveToNextLineShowText
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(SetSpacingMoveToNextLineShowText)
Visit/select ’’ operator.
public void Visit(SetSpacingMoveToNextLineShowText __)
Parameter | Type | Description |
---|---|---|
__ | SetSpacingMoveToNextLineShowText | Set word and character spacing, move to next line, and show text operator. |
See Also
- class SetSpacingMoveToNextLineShowText
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF
Visit(TextOperator)
Visit/select any text operator operator.
public void Visit(TextOperator textOperator)
Parameter | Type | Description |
---|---|---|
textOperator | TextOperator | General text operator which is used to select the set of corresponding pdf operators. |
See Also
- class TextOperator
- interface IOperatorSelector
- namespace Aspose.Pdf
- assembly Aspose.PDF