Print Layout Sample

The following sample layout specifies a white background with a title, legend, scale bar, north arrow, URL, and time and date. Sample custom text is included. Custom logos are not included.

<?xml version="1.0" encoding="utf-8"?>
<PrintLayout
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 xsi:noNamespaceSchemaLocation="PrintLayout-1.0.0.xsd"
 <PageProperties>
  <BackgroundColor>
   <Red>255</Red>
   <Blue>255</Blue>
   <Green>255</Green>
  </BackgroundColor>
 </PageProperties>
 <LayoutProperties>
  <ShowTitle>true</ShowTitle>
  <ShowLegend>true</ShowLegend>
  <ShowScaleBar>true</ShowScaleBar>
  <ShowNorthArrow>true</ShowNorthArrow>
  <ShowURL>true</ShowURL>
  <ShowDateTime>true</ShowDateTime>
  <ShowCustomLogos>false</ShowCustomLogos>
  <ShowCustomText>true</ShowCustomText>
 </LayoutProperties>
 <CustomLogos>
 <!-- To add a custom logo, import the image into a Symbol Library and reference the image. This logo section has been commented out. When you've set up your custom logo, please remove this comment tag.
  <Logo>
   <Position>
    <Left>10</Left>
    <Bottom>90</Bottom>
    <Units></Units>
   </Position>	
   <ResourceId>Library://FolderName/SymbolMart.SymbolLibrary</ResourceId>
   <Name>Name</Name>
   <Size>
    <Width>0.02</Width>
    <Height>0.02</Height>
    <Units>meters</Units>
   </Size>	
   <Rotation>0</Rotation>
  </Logo>
 When you've set up your custom logo, please remove this comment tag. -->
 </CustomLogos>
 <CustomText>
  <Text>
   <Position>
    <Left>1.5</Left>
    <Bottom>1.5</Bottom>
    <Units>inches</Units>
   </Position>
   <Font>
    <Name>Times New Roman</Name>
    <Height>0.005</Height>
    <Units>meters</Units>
   </Font>
   <Value>Custom Text #1</Value>
  </Text>
  <Text>
   <Position>
    <Left>0.05</Left>
    <Bottom>0.05</Bottom>
    <Units>meters</Units>
   </Position>
   <Font>
    <Name>Arial</Name>
    <Height>12</Height>
    <Units>points</Units>
   </Font>
   <Value>Custom Text #2</Value>
  </Text>
 </CustomText>
</PrintLayout>