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);
        }