iTextSharp.text.pdf.PdfAnnotation.PdfAnnotation C# (CSharp) 메소드

PdfAnnotation() 공개 메소드

public PdfAnnotation ( PdfWriter writer, Rectangle rect ) : System
writer PdfWriter
rect iTextSharp.text.Rectangle
리턴 System
        public PdfAnnotation(PdfWriter writer, Rectangle rect)
        {
            this.writer = writer;
            if (rect != null)
                Put(PdfName.RECT, new PdfRectangle(rect));
        }

Same methods

PdfAnnotation::PdfAnnotation ( PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action ) : System
PdfAnnotation::PdfAnnotation ( PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content ) : System