Beiträge von farrukh

    Hi ,

    I tried to implement the stretchdraw as recommended however I was not able to find this method in the .net Wrapper following is the code snippet I am working on .

    Hi ,

    I am creating EMF file from GDI+ in C# when create a file in Portrait orientation its working fine but for landscape its not working as expected following are some scenarios I tried

    1) create the METAFILE in Portrait and set landscape = true , resulted in a rotated file

    1) create the METAFILE in Landscape and set landscape = true , resulted in a rotated file and some portion of the file was cliped

    I have some examples on past threads to rotate the EMF Manually , I was not able to undersatand the example as I am working .Net wrapper of WPDF4


    Please help me in this regard