DrawMetafile Method (C1PdfDocument)
In This Topic
Draw metafile.
Syntax
Parameters
- meta
- The metafile object to draw.
- rcImage
- System.Drawing.RectangleF structure that specifies the location of the drawn image, in points from the top left corner of the page.
- rcClip
- System.Drawing.RectangleF structure that specifies a clipping rectangle on the page. No part of the image is drawn outside the clipping rectangle.
- clipAllStrings
- Whether to clip all strings or no.
- unit
- The unit of measure for the given data.
See Also