OperatorSelectorVisit Method (SetGray) |
Visit/select g operator.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Visit(
SetGray g
)
Public Sub Visit (
g As SetGray
)
public:
virtual void Visit(
SetGray^ g
) sealed
abstract Visit :
g : SetGray -> unit
override Visit :
g : SetGray -> unit
Parameters
- g
- Type: Aspose.Pdf.OperatorsSetGray
Set gray level operator (for nonstroking operations).
Implements
IOperatorSelectorVisit(SetGray)
See Also