Inheritance: iTextSharp.text.pdf.PdfDictionary
Beispiel #1
0
 /**
  * {@link PointData} that shall specify the extended geospatial data that
  * applies to the image.
  *
  * @param ptData
  */
 virtual public void SetPtData(PointData ptData)
 {
     base.Put(PdfName.PTDATA, ptData);
 }
Beispiel #2
0
 /**
  * {@link PointData} that shall specify the extended geospatial data that
  * applies to the image.
  *
  * @param ptData
  */
 virtual public void SetPtData(PointData ptData) {
     base.Put(PdfName.PTDATA, ptData);
 }