Convert JPG to Image format in C# code. Save JPG as Image using C#....doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...
Convert JPG to JPG format in C# code. Save JPG as JPG using C#....doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...