Ejemplo n.º 1
0
        public JumpToSectionItem(JumpToSectionPopup jtsp, PDFReadingControl pdf_reading_control, string section, int page)
        {
            InitializeComponent();

            this.jtsp = jtsp;
            this.pdf_reading_control = pdf_reading_control;
            this.section             = section;
            this.page = page;

            ButtonSection.Header = section;
            ButtonSection.Click += ButtonSection_Click;
        }
Ejemplo n.º 2
0
 internal BuildPopupFromPDF(JumpToSectionPopup popup)
 {
     this.popup = popup;
 }
Ejemplo n.º 3
0
 internal BuildPopupFromPDF(JumpToSectionPopup popup, PDFDocument pdf_document)
 {
     this.popup        = popup;
     this.pdf_document = pdf_document;
 }