iTextSharp.text.pdf.PdfContentByte.RemoteGoto C# (CSharp) Метод

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

public RemoteGoto ( string filename, int page, float llx, float lly, float urx, float ury ) : void
filename string
page int
llx float
lly float
urx float
ury float
Результат void
        public void RemoteGoto(string filename, int page, float llx, float lly, float urx, float ury)
        {
            pdf.RemoteGoto(filename, page, llx, lly, urx, ury);
        }

Same methods

PdfContentByte::RemoteGoto ( string filename, string name, float llx, float lly, float urx, float ury ) : void
PdfContentByte