Click or drag to resize

PdfPathOperation Properties

The PdfPathOperation type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAction
Gets the action for this path operation.
Public propertyDestinationPoint
Gets the destination point for a Move, Line or Curve operation. In the case of a Curve, this returns the final point in the set of three as the curve will always end at that point.
Public propertyCode examplePoints
Gets the points associated with this path operation. For Move and Line operations, this list will contain one PdfPoint. For Curve operations, the list will contain exactly three points. For Close operations, this list will be empty. Changing the number of points in an existing PdfPathOperation object will cause unpredictable results.
Top
See Also