Represents a polygon in a PDF document

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PolygonElement : PageGraphicElement
Visual Basic
Public Class PolygonElement
	Inherits PageGraphicElement
Visual C++
public ref class PolygonElement : public PageGraphicElement

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PageElement
    EvoPdf..::..PageGraphicElement
      EvoPdf..::..PolygonElement

See Also