'Declaration Public Function New( _
ByVal annotationViewThe annotation view.As PdfInkAnnotationView, _
ByVal minLineLengthMinimum distance between neighbouring points.As Single _
)
public PdfInkAnnotationBuilder(
PdfInkAnnotationView annotationView,
float minLineLength
)
public: PdfInkAnnotationBuilder(
PdfInkAnnotationView* annotationView,
float minLineLength
)
public:
PdfInkAnnotationBuilder(
PdfInkAnnotationView^ annotationView,
float minLineLength
)
Parameters
- annotationView
- The annotation view.
- minLineLength
- Minimum distance between neighbouring points.