<?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 Programmatically preview selected .MXT template in ArcGIS Desktop. in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/programmatically-preview-selected-mxt-template-in/m-p/743643#M19785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to programmatically read .MXT template file (which contains layout view) and preview it in windows form. I am programming arcgis desktop in .net (C#).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a pagelayoutcontrol in Engine, but i do not want to use Engine. I want to use only Desktop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similar to what we have in ArcCatalog. When we select .mxt or .mxd, ArcCatalog shows the preview in 'Preview' window. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is to show only .mxt in preview which is present in windows form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Muzammil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 07:00:31 GMT</pubDate>
    <dc:creator>MuzammilAK</dc:creator>
    <dc:date>2010-06-29T07:00:31Z</dc:date>
    <item>
      <title>Programmatically preview selected .MXT template in ArcGIS Desktop.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/programmatically-preview-selected-mxt-template-in/m-p/743643#M19785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to programmatically read .MXT template file (which contains layout view) and preview it in windows form. I am programming arcgis desktop in .net (C#).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a pagelayoutcontrol in Engine, but i do not want to use Engine. I want to use only Desktop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similar to what we have in ArcCatalog. When we select .mxt or .mxd, ArcCatalog shows the preview in 'Preview' window. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is to show only .mxt in preview which is present in windows form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Muzammil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 07:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/programmatically-preview-selected-mxt-template-in/m-p/743643#M19785</guid>
      <dc:creator>MuzammilAK</dc:creator>
      <dc:date>2010-06-29T07:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically preview selected .MXT template in ArcGIS Desktop.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/programmatically-preview-selected-mxt-template-in/m-p/743644#M19786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe you should be able to use the PageLayout control in the Window Form while you launch it from ArcGIS Desktop.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 08:32:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/programmatically-preview-selected-mxt-template-in/m-p/743644#M19786</guid>
      <dc:creator>SaqibMehmood</dc:creator>
      <dc:date>2010-06-29T08:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically preview selected .MXT template in ArcGIS Desktop.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/programmatically-preview-selected-mxt-template-in/m-p/743645#M19787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is fine if i can do above task in dockable window instead of windows forms.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@saqib:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i believe the PageLayoutControl is Engine control. Please correct me if i am wrong. It requires Engine developer's license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any such control in ArcMap(ArcInfo)?...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As already mentioned in previous post, the constraint is that i cannot use ArcGIS Engine based controls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide me..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Muzammil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 08:53:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/programmatically-preview-selected-mxt-template-in/m-p/743645#M19787</guid>
      <dc:creator>MuzammilAK</dc:creator>
      <dc:date>2010-06-29T08:53:34Z</dc:date>
    </item>
  </channel>
</rss>

