Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Aspose.Pdf.Image

$
0
0
http://www.aspose.com/docs/display/pdfnet/Add+SVG+Object+to+Table+Cell

I was trying the below example and it throws an error:

 

1.      'Aspose.Pdf.Image' does not contain a definition for 'FileType' and no extension method 'FileType' accepting a first argument of type 'Aspose.Pdf.Image' could be found (are you missing a using directive or an assembly reference?)

2.      The type or namespace name 'ImageFileType' does not exist in the namespace 'Aspose.Pdf' (are you missing an assembly reference?              

 

            // Create an image instance

            Aspose.Pdf.Image img = new Aspose.Pdf.Image();

            // Set image type as SVG

            img.FileType = Aspose.Pdf.ImageFileType.Svg;


Viewing all articles
Browse latest Browse all 3131

Trending Articles