OperatorSelectorVisit Method (BT) |
Visit/select BT operator.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Visit(
BT BT
)
Public Sub Visit (
BT As BT
)
public:
virtual void Visit(
BT^ BT
) sealed
abstract Visit :
BT : BT -> unit
override Visit :
BT : BT -> unit
Parameters
- BT
- Type: Aspose.Pdf.OperatorsBT
Begin text object operator.
Implements
IOperatorSelectorVisit(BT)
See Also