public PdfLine(PdfPoint p1, PdfPoint p2, PdfStreamState state = default(PdfStreamState)) { P1 = p1; P2 = p2; State = state; }