iTextSharp.text.pdf.PdfOutline.SetDestinationPage C# (CSharp) Метод

SetDestinationPage() публичный Метод

public SetDestinationPage ( PdfIndirectReference pageReference ) : bool
pageReference PdfIndirectReference
Результат bool
        public bool SetDestinationPage(PdfIndirectReference pageReference)
        {
            if (destination == null) {
                return false;
            }
            return destination.AddPage(pageReference);
        }