IOperatorSelectorVisit Method (SetLineWidth) |
Visit/select w operator.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxvoid Visit(
SetLineWidth w
)
Sub Visit (
w As SetLineWidth
)
void Visit(
SetLineWidth^ w
)
abstract Visit :
w : SetLineWidth -> unit
Parameters
- w
- Type: Aspose.Pdf.OperatorsSetLineWidth
Set line width operator.
See Also