Inheritance: iTextSharp.text.pdf.PdfDictionary
Ejemplo n.º 1
0
 /**
  * A measure dictionary that specifies the scale and units that shall apply
  * to measurements taken on the contents within the viewport.
  *
  * @param measure
  */
 virtual public void SetMeasure(Measure measure) {
     base.Put(PdfName.MEASURE, measure);
 }