IOperatorSelectorVisit Method (SetCharWidth) |
Visit/select d0 operator.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxvoid Visit(
SetCharWidth d0
)
Sub Visit (
d0 As SetCharWidth
)
void Visit(
SetCharWidth^ d0
)
abstract Visit :
d0 : SetCharWidth -> unit
Parameters
- d0
- Type: Aspose.Pdf.OperatorsSetCharWidth
Set glyph width in Type 3 font operator.
See Also