I have a PdfArray I have extracted from a Font Object and I want to use each 
Reference in the PdfArray to access the actual

object.  How do I do that.


For example:.


PdfObject my_pdf_object;


if(font_object.HasKey("DescendantFonts"));
    {
        Arr_descendant_fonts  = 
font_dictionary.GetKey("DescendantFonts")->GetArray();
   }


Arr_descendant_fonts_size = Arr_descendant_fonts.size();

        for(int f = 0; f < Arr_descendant_fonts_size; f++)
        {
//how do I access each object here?
          my_pdf_object =  Arr_descendant_fonts[f];   // this doesn't work?

        }

Thanks

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to