Inheritance: iTextSharp.text.pdf.PdfDictionary
コード例 #1
0
ファイル: Viewport.cs プロジェクト: EnergonV/BestCS
 /**
  * {@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);
 }
コード例 #2
0
ファイル: Viewport.cs プロジェクト: Niladri24dutta/itextsharp
 /**
  * {@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);
 }