'Declaration
Public Sub SetExtendedGraphicState( _ ByVal extendedGraphicState As PdfExtendedGraphicState _ )
'Usage
Dim instance As PdfGraphics Dim extendedGraphicState As PdfExtendedGraphicState instance.SetExtendedGraphicState(extendedGraphicState)
public void SetExtendedGraphicState( PdfExtendedGraphicState extendedGraphicState )
public: void SetExtendedGraphicState( PdfExtendedGraphicState^ extendedGraphicState )
Parameters
- extendedGraphicState
- The new graphics state.