<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to remove the border from image copied from Clipboard in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8038461#M177761</link>
    <description>&lt;P&gt;I have the following code to paste an image from the clipboard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AcadDocument doc = acadApp.Documents.Open(filePath, false);&lt;/P&gt;&lt;P&gt;doc.Activate();&lt;/P&gt;&lt;P&gt;Clipboard.SetImage(imagePath);&lt;/P&gt;&lt;P&gt;doc.SendCommand("_pasteclip 767, 95 ");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This copies my image to the drawing but has a black border around it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Know you can set OleFrame to zero but unsure of the syntax in my command to set this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I add the image to my drawing without the border?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 15:30:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-31T15:30:03Z</dc:date>
    <item>
      <title>how to remove the border from image copied from Clipboard</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8038461#M177761</link>
      <description>&lt;P&gt;I have the following code to paste an image from the clipboard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AcadDocument doc = acadApp.Documents.Open(filePath, false);&lt;/P&gt;&lt;P&gt;doc.Activate();&lt;/P&gt;&lt;P&gt;Clipboard.SetImage(imagePath);&lt;/P&gt;&lt;P&gt;doc.SendCommand("_pasteclip 767, 95 ");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This copies my image to the drawing but has a black border around it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Know you can set OleFrame to zero but unsure of the syntax in my command to set this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I add the image to my drawing without the border?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 15:30:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8038461#M177761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-31T15:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the border from image copied from Clipboard</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8038741#M177762</link>
      <description>&lt;P&gt;Try typing imageframe in command box change from 0 to 1. That might do it&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 17:03:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8038741#M177762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-31T17:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the border from image copied from Clipboard</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8038890#M177763</link>
      <description>&lt;P&gt;OLEFRAME is the command.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 17:57:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8038890#M177763</guid>
      <dc:creator>tboehler</dc:creator>
      <dc:date>2018-05-31T17:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the border from image copied from Clipboard</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8039303#M177764</link>
      <description>&lt;P&gt;&lt;FONT color="#000080"&gt;Hello&amp;nbsp;@Anonymous,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;You can select the image, go to properties and choose for the white color, but not "white", but the white of the true color tab (second) and use the 255, 255, 255. This does not remove the border, but it will not be visible in the print.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;You can use IMAGECLIP, to select what you really need from the image.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;Johanna&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image - True color - 1.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/507148i783F3731B1787072/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image - True color - 1.JPG" alt="Image - True color - 1.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image - True color - 2.JPG" style="width: 736px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/507149i8A9A6FC8361742FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image - True color - 2.JPG" alt="Image - True color - 2.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 20:17:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8039303#M177764</guid>
      <dc:creator>Johanna_Esteban</dc:creator>
      <dc:date>2018-05-31T20:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the border from image copied from Clipboard</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8040458#M177765</link>
      <description>&lt;P&gt;Change my code to be doc.SendCommand("_oleframe 0 ") before pasteclip which works&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 09:23:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-remove-the-border-from-image-copied-from-clipboard/m-p/8040458#M177765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-01T09:23:36Z</dc:date>
    </item>
  </channel>
</rss>

