'Declaration
Public Function Extract( _ ByVal extractBounds As BoundingBox _ ) As IMaskRenderingSurface
'Usage
Dim instance As PDFGray8RenderingSurface Dim extractBounds As BoundingBox Dim value As IMaskRenderingSurface value = instance.Extract(extractBounds)
public IMaskRenderingSurface Extract( BoundingBox extractBounds )
public: IMaskRenderingSurface^ Extract( BoundingBox^ extractBounds )
Parameters
- extractBounds