Public Methods

Public Method AddCurveAdds a Bézier curve subpath to the current path.
Public Method AddCurveFromAdds a Bézier curve from the previous point.
Public Method AddCurveToAdds a Bézier curve to the next subpath.
Public Method AddLineRepresents a line subpath.

Public Properties

Public Property ApplyGets or sets the DPDF_ApplyColor enumeration that specifies how color is applied to the path.
Public Property ClosePathGets or sets a value specifying if the path should be closed.
Public Property CountGets the number of SubPath objects in the collection.
Public Property FillColorGets or sets the Color to use for the fill of the path.
Public Property IDGets or sets the ID of the page element.
Public Property LineCapGets or sets the DPDF_LineCap enumeration used to specify the line cap style of the path's lines.
Public Property LineColorGets or sets the Color to use for the path's lines.
Public Property LineJoinGets or sets the DPDF_LineJoin enumeration used to specify the line join style of the path's lines.
Public Property LineStyleGets or sets the DPDF_LineStyle Enumerations used to specify the style of the path's lines.
Public Property LineWidthGets or sets the width of the path's lines.
Public Property MiterLimitGets or sets the miter limit of the path's lines.
Public Property RequiredLicenseLevelGets the required license level of the page element.
Public Property XGets or sets the X Coordinate of the path.
Public Property YGets or sets the Y Coordinate of the path.

See Also

Path Overview