/** * Gets the PdfLayer objects in an existing document as a Map * with the names/titles of the layers as keys. * @return a Map with all the PdfLayers in the document (and the name/title of the layer as key) * @since 2.1.2 */ public Dictionary <string, PdfLayer> GetPdfLayers() { return(stamper.GetPdfLayers()); }
/** * Gets the PdfLayer objects in an existing document as a Map * with the names/titles of the layers as keys. * @return a Map with all the PdfLayers in the document (and the name/title of the layer as key) * @since 2.1.2 */ public Hashtable GetPdfLayers() { return(stamper.GetPdfLayers()); }