This is a migrated thread and some comments may be shown as answers.

XAMLParseException

2 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fabio
Top achievements
Rank 1
Fabio asked on 07 Dec 2020, 12:43 AM

Hey Guys. 

I'm Trying to do a simple XAML to PDF converstion but keep running against the same issue: 'XamlParseException: 'Cannot create unknown type '{clr-namespace:Telerik.Windows.Documents.Model;assembly=Telerik.Windows.Documents}RadDocument'.' Line number '1' and line position '2'.'

Here's the code:

 static void Main()
        {
            XamlFormatProvider xamlformatProvider = new XamlFormatProvider();
            Stream stream = File.OpenRead("C:\\Users\\Fabio-PC\\source\\repos\\XAMLtoPDF\\XAMLtoPDF\\FlowDocumentFormats.xaml");
            RadDocument rad = xamlformatProvider.Import(stream);


                xamlformatProvider.Import(stream);

                PdfFormatProvider provider = new PdfFormatProvider();
                using (Stream output = File.OpenWrite("C:\\Users\\Fabio-PC\\source\\repos\\XAMLtoPDF\\XAMLtoPDF\\sample.pdf"))
                {

                    provider.Export(rad, output);
                }
           }

Attached the XAML file. Could you please let me know where the issue is ?

 

XAML file:

 

<t:RadDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:t="clr-namespace:Telerik.Windows.Documents.Model;assembly=Telerik.Windows.Documents" xmlns:s="clr-namespace:Telerik.Windows.Documents.Model.Styles;assembly=Telerik.Windows.Documents" xmlns:r="clr-namespace:Telerik.Windows.Documents.Model.Revisions;assembly=Telerik.Windows.Documents" xmlns:n="clr-namespace:Telerik.Windows.Documents.Model.Notes;assembly=Telerik.Windows.Documents" xmlns:th="clr-namespace:Telerik.Windows.Documents.Model.Themes;assembly=Telerik.Windows.Documents" version="1.2" LayoutMode="Paged" LineSpacing="1.15" LineSpacingType="Auto" ParagraphDefaultSpacingAfter="12" ParagraphDefaultSpacingBefore="0" SelectedBibliographicStyleName="\APA.XSL" StyleName="defaultDocumentStyle">
  <t:RadDocument.Captions>
    <t:CaptionDefinition IsDefault="True" IsLinkedToHeading="False" Label="Figure" LinkedHeadingLevel="0" NumberingFormat="Arabic" SeparatorType="Hyphen" />
    <t:CaptionDefinition IsDefault="True" IsLinkedToHeading="False" Label="Table" LinkedHeadingLevel="0" NumberingFormat="Arabic" SeparatorType="Hyphen" />
  </t:RadDocument.Captions>
  <t:RadDocument.DocumentVariableList>
    <t:DocumentVariableInfo Name="§System.CurrentDate§" Value="27-07-2015" />
    <t:DocumentVariableInfo Name="§Patient.FullName§" Value="Hulpiau Jean-Pierre Maurice" />
    <t:DocumentVariableInfo Name="§Patient.AddressStreet§" Value="Voldersstraat 78 " />
    <t:DocumentVariableInfo Name="§Patient.AddressCity§" Value="9000 GENT" />
    <t:DocumentVariableInfo Name="§Patient.DateOfBirth§" Value="01-10-1928" />
    <t:DocumentVariableInfo Name="!COMD" Value="«MT:!COMD!»" />
    <t:DocumentVariableInfo Name="§Fiche.CCAddresses§" />
    <t:DocumentVariableInfo Name="§Patient.Street§" Value="Voldersstraat 78" />
    <t:DocumentVariableInfo Name="§Patient.City§" Value="GENT" />
    <t:DocumentVariableInfo Name="!kont" Value="«MT:!kont!»" />
    <t:DocumentVariableInfo Name="!Gevalideerd" Value="«MT:!Gevalideerd!»" />
    <t:DocumentVariableInfo Name="!Gecorrigeerd" Value="«MT:!Gecorrigeerd!»" />
    <t:DocumentVariableInfo Name="!brCoordinaten" Value="«ST:!brCoordinaten»" />
    <t:DocumentVariableInfo Name="!brGecorrigeerd" Value="«ST:!brGecorrigeerd»" />
    <t:DocumentVariableInfo Name="!brGevalideerd" Value="«ST:!brGevalideerd»" />
    <t:DocumentVariableInfo Name="§Patient.PostalCode§" Value="9000" />
  </t:RadDocument.DocumentVariableList>
  <t:RadDocument.ProtectionSettings>
    <t:DocumentProtectionSettings EnableDocumentProtection="False" Enforce="False" HashingAlgorithm="None" HashingSpinCount="0" ProtectionMode="ReadOnly" />
  </t:RadDocument.ProtectionSettings>
  <t:RadDocument.Styles>
    <s:StyleDefinition DisplayName="Code Block" IsCustom="False" IsDefault="False" IsPrimary="False" Name="CodeBlock" Type="Table" UIPriority="120">
      <s:StyleDefinition.ParagraphStyle>
        <s:ParagraphProperties LeftIndent="0" LineSpacing="1" LineSpacingType="AtLeast" SpacingAfter="0" SpacingBefore="0" />
      </s:StyleDefinition.ParagraphStyle>
      <s:StyleDefinition.SpanStyle>
        <s:SpanProperties FontFamily="Courier New" FontSize="13.3333333333333" />
      </s:StyleDefinition.SpanStyle>
      <s:StyleDefinition.TableStyle>
        <s:TableProperties Borders="1,Single,#FF000000,none,," CellPadding="5,0,5,0">
          <s:TableProperties.TableLook>
            <t:TableLook />
          </s:TableProperties.TableLook>
        </s:TableProperties>
      </s:StyleDefinition.TableStyle>
    </s:StyleDefinition>
    <s:StyleDefinition DisplayName="Code Block Line" IsCustom="False" IsDefault="False" IsPrimary="False" Name="CodeBlockLine" Type="Paragraph" UIPriority="120">
      <s:StyleDefinition.ParagraphStyle>
        <s:ParagraphProperties LeftIndent="0" LineSpacing="1" LineSpacingType="AtLeast" SpacingAfter="0" SpacingBefore="0" />
      </s:StyleDefinition.ParagraphStyle>
      <s:StyleDefinition.SpanStyle>
        <s:SpanProperties FontFamily="Courier New" FontSize="13.3333333333333" />
      </s:StyleDefinition.SpanStyle>
    </s:StyleDefinition>
    <s:StyleDefinition DisplayName="Document Default Style" IsCustom="False" IsDefault="False" IsPrimary="True" Name="defaultDocumentStyle" Type="Default">
      <s:StyleDefinition.ParagraphStyle>
        <s:ParagraphProperties LineSpacing="1.15" SpacingAfter="12" />
      </s:StyleDefinition.ParagraphStyle>
      <s:StyleDefinition.SpanStyle>
        <s:SpanProperties FontFamily="Tahoma" FontSize="11" FontStyle="Normal" FontWeight="Normal" />
      </s:StyleDefinition.SpanStyle>
    </s:StyleDefinition>
    <s:StyleDefinition DisplayName="Normal" IsCustom="False" IsDefault="True" IsPrimary="True" Name="Normal" Type="Paragraph" UIPriority="0" />
    <s:StyleDefinition BasedOnName="TableNormal" DisplayName="Table Grid" IsCustom="False" IsDefault="False" IsPrimary="False" Name="TableGrid" Type="Table" UIPriority="59">
      <s:StyleDefinition.ParagraphStyle>
        <s:ParagraphProperties LineSpacing="1" SpacingAfter="0" />
      </s:StyleDefinition.ParagraphStyle>
      <s:StyleDefinition.TableStyle>
        <s:TableProperties Borders="1,Single,#FF000000,none,,">
          <s:TableProperties.TableLook>
            <t:TableLook />
          </s:TableProperties.TableLook>
        </s:TableProperties>
      </s:StyleDefinition.TableStyle>
    </s:StyleDefinition>
    <s:StyleDefinition DisplayName="Table Normal" IsCustom="False" IsDefault="True" IsPrimary="False" Name="TableNormal" Type="Table" UIPriority="59">
      <s:StyleDefinition.TableStyle>
        <s:TableProperties CellPadding="5,0,5,0">
          <s:TableProperties.TableLook>
            <t:TableLook />
          </s:TableProperties.TableLook>
        </s:TableProperties>
      </s:StyleDefinition.TableStyle>
    </s:StyleDefinition>
  </t:RadDocument.Styles>
  <t:Section FooterBottomMargin="20" HasDifferentFirstPageHeaderFooter="True" HeaderTopMargin="20" PageMargin="48,48,48,48">
    <t:Section.Headers>
      <t:Headers>
        <t:Headers.Default>
          <t:Header IsLinkedToPrevious="False">
            <t:Header.Body>
              <t:RadDocument LayoutMode="Flow" LineSpacing="1.15" LineSpacingType="Auto" ParagraphDefaultSpacingAfter="12" ParagraphDefaultSpacingBefore="0" SelectedBibliographicStyleName="\APA.XSL" StyleName="defaultDocumentStyle">
                <t:RadDocument.ProtectionSettings>
                  <t:DocumentProtectionSettings EnableDocumentProtection="False" Enforce="False" HashingAlgorithm="None" HashingSpinCount="0" ProtectionMode="ReadOnly" />
                </t:RadDocument.ProtectionSettings>
                <t:Section FirstPageNumber="1">
                  <t:Paragraph FontSize="10.6666666666667">
                    <t:Paragraph.ParagraphSymbolPropertiesStyle>
                      <s:SpanProperties BaselineAlignment="Baseline" FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="10.6666666666667" FontStyle="Italic" FontWeight="Normal" ForeColor="#FF808080" />
                    </t:Paragraph.ParagraphSymbolPropertiesStyle>
                    <t:Span BaselineAlignment="Baseline" FontFamily="Calibri" FontSize="10.6666666666667" FontStyle="Italic" FontWeight="Normal" ForeColor="#FF808080" Text="vervolg van de brief betreffende  " />
                    <t:FieldRangeStart AnnotationID="1">
                      <t:DocumentVariableField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" VariableName="§Patient.FullName§" />
                    </t:FieldRangeStart>
                    <t:Span BaselineAlignment="Baseline" FontFamily="Calibri" FontSize="10.6666666666667" FontStyle="Italic" FontWeight="Normal" ForeColor="#FF808080" Text="«MT:§Patient.FullName§»" />
                    <t:FieldRangeEnd AnnotationID="1" />
                    <t:Span BaselineAlignment="Baseline" FontFamily="Calibri" FontSize="10.6666666666667" FontStyle="Italic" FontWeight="Normal" ForeColor="#FF808080" Text=", blz. " />
                    <t:FieldRangeStart AnnotationID="2">
                      <t:PageField DisplayMode="Result" />
                    </t:FieldRangeStart>
                    <t:Span BaselineAlignment="Baseline" FontFamily="Calibri" FontSize="10.6666666666667" FontStyle="Italic" FontWeight="Normal" ForeColor="#FF808080" Text="2" />
                    <t:FieldRangeEnd AnnotationID="2" />
                    <t:Span BaselineAlignment="Baseline" FontFamily="Calibri" FontSize="10.6666666666667" FontStyle="Italic" FontWeight="Normal" ForeColor="#FF808080" Text=" van " />
                    <t:FieldRangeStart AnnotationID="3">
                      <t:NumPagesField DisplayMode="Result" />
                    </t:FieldRangeStart>
                    <t:Span BaselineAlignment="Baseline" FontFamily="Calibri" FontSize="10.6666666666667" FontStyle="Italic" FontWeight="Normal" ForeColor="#FF808080" Text="2" />
                    <t:FieldRangeEnd AnnotationID="3" />
                  </t:Paragraph>
                </t:Section>
              </t:RadDocument>
            </t:Header.Body>
            <t:Header.WatermarkSettings>
              <t:DocumentWatermarkSettings Type="NoWatermark" />
            </t:Header.WatermarkSettings>
          </t:Header>
        </t:Headers.Default>
        <t:Headers.First>
          <t:Header IsLinkedToPrevious="False">
            <t:Header.WatermarkSettings>
              <t:DocumentWatermarkSettings Type="NoWatermark" />
            </t:Header.WatermarkSettings>
          </t:Header>
        </t:Headers.First>
      </t:Headers>
    </t:Section.Headers>
    <t:Paragraph SpacingAfter="12" />
    <t:Table Borders="1,None,#FF000000,none,," GridColumnWidthsSerializationInfo="Fixed,162;Fixed,20;Fixed,552.301208496094" HasFixedStructure="False" LayoutMode="Fixed" PreferredWidth="Fixed,626" TableIndent="0">
      <t:Table.TableLook>
        <t:TableLook />
      </t:Table.TableLook>
      <t:TableRow Height="45.6666666666667">
        <t:TableCell Borders="0,Inherit,#FF000000,none,," ColumnSpan="1" Padding="5,0,5,0" RowSpan="1">
          <t:Paragraph TextAlignment="Right" />
          <t:Paragraph TextAlignment="Right" />
        </t:TableCell>
        <t:TableCell Borders="0,Inherit,#FF000000,none,," ColumnSpan="1" Padding="5,0,5,0" RowSpan="1">
          <t:Paragraph TextAlignment="Right" />
        </t:TableCell>
        <t:TableCell Borders="0,Inherit,#FF000000,none,," ColumnSpan="1" Padding="5,0,5,0" RowSpan="2">
          <t:Paragraph FontSize="13.3333333333333" LineSpacing="1">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="13.3333333333333" Text="&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Gent, " />
            <t:FieldRangeStart AnnotationID="1">
              <t:DocumentVariableField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" VariableName="§System.CurrentDate§" />
            </t:FieldRangeStart>
            <t:Span FontFamily="Calibri" FontSize="13.3333333333333" Text="27-07-2015" />
            <t:FieldRangeEnd AnnotationID="1" />
          </t:Paragraph>
          <t:Table Borders="1,None,#FF000000,none,," GridColumnWidthsSerializationInfo="Fixed,263;Fixed,254.600006103516" HasFixedStructure="False" LayoutMode="Fixed" PreferredWidth="Fixed,517.599975585938" StyleName="TableGrid" TableIndent="0">
            <t:Table.TableLook>
              <t:TableLook />
            </t:Table.TableLook>
            <t:TableRow Height="39.8320999145508">
              <t:TableCell ColumnSpan="1" Padding="5,0,5,0" PreferredWidth="Fixed,106" RowSpan="1">
                <t:Paragraph LineSpacing="1" />
              </t:TableCell>
              <t:TableCell ColumnSpan="1" Padding="5,0,5,0" PreferredWidth="Fixed,411.600006103516" RowSpan="1">
                <t:Paragraph LineSpacing="1">
                  <t:Span Text="&#x9;&#x9;" />
                </t:Paragraph>
                <t:Paragraph LineSpacing="1">
                  <t:Span Text="&#x9;&#x9;&#x9;" />
                </t:Paragraph>
                <t:Paragraph LineSpacing="1">
                  <t:FieldRangeStart AnnotationID="2" Tag="Body">
                    <t:CustomMergeField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" PropertyPath="Versturen naar" xmlns:t="clr-namespace:MedLucas.Helpers;assembly=MedLucas" />
                  </t:FieldRangeStart>
                </t:Paragraph>
                <t:Paragraph LineSpacing="1">
                  <t:FieldRangeEnd AnnotationID="2" />
                </t:Paragraph>
              </t:TableCell>
            </t:TableRow>
            <t:TableRow Height="26.5547332763672">
              <t:TableCell ColumnSpan="1" Padding="5,0,5,0" PreferredWidth="Fixed,106" RowSpan="1">
                <t:Paragraph LineSpacing="1" />
              </t:TableCell>
              <t:TableCell ColumnSpan="1" Padding="5,0,5,0" PreferredWidth="Fixed,411.600006103516" RowSpan="1">
                <t:Paragraph LineSpacing="1" />
              </t:TableCell>
            </t:TableRow>
          </t:Table>
          <t:Paragraph FontSize="13.3333333333333">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph FontSize="13.3333333333333" LineSpacing="1" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontSize="13.3333333333333" Text=" " />
          </t:Paragraph>
          <t:Paragraph FontSize="13.3333333333333">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Table Borders="1,None,#FF000000,none,," GridColumnWidthsSerializationInfo="Fixed,91;Fixed,329" HasFixedStructure="False" LayoutMode="AutoFit" PreferredWidth="Fixed,420" StyleName="TableGrid" TableIndent="0">
            <t:Table.TableLook>
              <t:TableLook />
            </t:Table.TableLook>
            <t:TableRow>
              <t:TableCell ColumnSpan="1" Padding="5,0,5,0" PreferredWidth="Fixed,91" RowSpan="1">
                <t:Paragraph LineSpacing="1">
                  <t:Span FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" Text="Betreft:" UnderlineDecoration="Line" />
                </t:Paragraph>
              </t:TableCell>
              <t:TableCell ColumnSpan="1" Padding="5,0,5,0" PreferredWidth="Fixed,329" RowSpan="1">
                <t:Paragraph FontSize="11" LineSpacing="1">
                  <t:Paragraph.ParagraphSymbolPropertiesStyle>
                    <s:SpanProperties FontSize="11" />
                  </t:Paragraph.ParagraphSymbolPropertiesStyle>
                  <t:FieldRangeStart AnnotationID="3">
                    <t:DocumentVariableField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" VariableName="§Patient.FullName§" />
                  </t:FieldRangeStart>
                  <t:Span FontSize="13.3333333333333" Text="Hulpiau Jean-Pierre Maurice" />
                  <t:FieldRangeEnd AnnotationID="3" />
                </t:Paragraph>
                <t:Paragraph FontSize="11" LineSpacing="1">
                  <t:Paragraph.ParagraphSymbolPropertiesStyle>
                    <s:SpanProperties FontSize="11" />
                  </t:Paragraph.ParagraphSymbolPropertiesStyle>
                  <t:FieldRangeStart AnnotationID="4">
                    <t:DocumentVariableField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" VariableName="§Patient.Street§" />
                  </t:FieldRangeStart>
                  <t:Span FontSize="13.3333333333333" Text="Voldersstraat 78" />
                  <t:FieldRangeEnd AnnotationID="4" />
                </t:Paragraph>
                <t:Paragraph FontSize="11" LineSpacing="1">
                  <t:Paragraph.ParagraphSymbolPropertiesStyle>
                    <s:SpanProperties FontSize="11" />
                  </t:Paragraph.ParagraphSymbolPropertiesStyle>
                  <t:FieldRangeStart AnnotationID="5">
                    <t:DocumentVariableField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" VariableName="§Patient.PostalCode§" />
                  </t:FieldRangeStart>
                  <t:Span FontSize="13.3333333333333" Text="9000" />
                  <t:FieldRangeEnd AnnotationID="5" />
                  <t:Span FontSize="13.3333333333333" Text=" " />
                  <t:FieldRangeStart AnnotationID="6">
                    <t:DocumentVariableField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" VariableName="§Patient.City§" />
                  </t:FieldRangeStart>
                  <t:Span FontSize="13.3333333333333" Text="GENT" />
                  <t:FieldRangeEnd AnnotationID="6" />
                </t:Paragraph>
                <t:Paragraph FontSize="13.3333333333333" LineSpacing="1">
                  <t:Paragraph.ParagraphSymbolPropertiesStyle>
                    <s:SpanProperties FontSize="13.3333333333333" />
                  </t:Paragraph.ParagraphSymbolPropertiesStyle>
                  <t:Span FontSize="13.3333333333333" Text="°" />
                  <t:FieldRangeStart AnnotationID="7">
                    <t:DocumentVariableField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" VariableName="§Patient.DateOfBirth§" />
                  </t:FieldRangeStart>
                  <t:Span FontSize="13.3333333333333" Text="01-10-1928" />
                  <t:FieldRangeEnd AnnotationID="7" />
                </t:Paragraph>
              </t:TableCell>
            </t:TableRow>
          </t:Table>
          <t:Paragraph FontSize="13.3333333333333">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph LineSpacing="1" SpacingAfter="12">
            <t:FieldRangeStart AnnotationID="8" Tag="Body">
              <t:CustomMergeField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" PropertyPath="ST:!brAanspreking" xmlns:t="clr-namespace:MedLucas.Helpers;assembly=MedLucas" />
            </t:FieldRangeStart>
            <t:Span Text="Geachte collega," />
          </t:Paragraph>
          <t:Paragraph SpacingAfter="12">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontWeight="Bold" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph FontSize="13.3333333333333" LineSpacing="1" SpacingAfter="12">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:FieldRangeEnd AnnotationID="8" />
          </t:Paragraph>
          <t:Paragraph LineSpacing="1" SpacingAfter="2" SpacingBefore="0">
            <t:FieldRangeStart AnnotationID="9" Tag="Body">
              <t:CustomMergeField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" PropertyPath="Cyclo ergometrie" xmlns:t="clr-namespace:MedLucas.Helpers;assembly=MedLucas" />
            </t:FieldRangeStart>
            <t:Span FontFamily="Tahoma" FontSize="14" FontWeight="Bold" Text="Cyclo ergometrie" UnderlineDecoration="Line" />
          </t:Paragraph>
          <t:Table Borders="0,None,#FF000000,none,," GridColumnWidthsSerializationInfo="Fixed,700" HasFixedStructure="False" LayoutMode="AutoFit" PreferredWidth="Auto" TableIndent="0">
            <t:Table.TableLook>
              <t:TableLook />
            </t:Table.TableLook>
            <t:TableRow>
              <t:TableCell ColumnSpan="1" RowSpan="1">
                <t:Paragraph SpacingAfter="0" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Protocol 40/10/1" />
                </t:Paragraph>
                <t:Paragraph SpacingAfter="0" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Bereikt 100 Watt na 7 min. " />
                </t:Paragraph>
                <t:Paragraph SpacingAfter="0" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Pols bereikt 88/min (65 % van voorspelde).   " />
                </t:Paragraph>
                <t:Paragraph SpacingAfter="0" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Bloeddruk stijgt tot 200/80.  " />
                </t:Paragraph>
                <t:Paragraph SpacingAfter="0" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Reden einde: vermoeid, dyspnoe.  " />
                </t:Paragraph>
                <t:Paragraph SpacingAfter="0" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Geen angineuze bezwaren. Geen ST-T-wijzigingen. " />
                </t:Paragraph>
                <t:Paragraph SpacingAfter="0" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Ritme: sinusritme, enkele premature ventriculaire extrasystolen. " />
                </t:Paragraph>
                <t:Paragraph SpacingAfter="0" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Besluit: Maximale ergometrie.  Electrocardiografisch negatief en klinisch negatief. " />
                </t:Paragraph>
              </t:TableCell>
            </t:TableRow>
          </t:Table>
          <t:Paragraph />
          <t:Paragraph FontSize="13.3333333333333" LineSpacing="1" SpacingAfter="2" SpacingBefore="0">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:FieldRangeEnd AnnotationID="9" />
            <t:FieldRangeStart AnnotationID="10" Tag="Body">
              <t:CustomMergeField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" PropertyPath="Ondertekening" xmlns:t="clr-namespace:MedLucas.Helpers;assembly=MedLucas" />
            </t:FieldRangeStart>
          </t:Paragraph>
          <t:Table Borders="0,None,#FF000000,none,," GridColumnWidthsSerializationInfo="Fixed,800" HasFixedStructure="False" LayoutMode="AutoFit" PreferredWidth="Auto" TableIndent="0">
            <t:Table.TableLook>
              <t:TableLook />
            </t:Table.TableLook>
            <t:TableRow>
              <t:TableCell ColumnSpan="1" RowSpan="1">
                <t:Paragraph SpacingAfter="2" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Dr. Gorré Frauke" />
                </t:Paragraph>
              </t:TableCell>
            </t:TableRow>
            <t:TableRow>
              <t:TableCell ColumnSpan="1" RowSpan="1">
                <t:Paragraph SpacingAfter="2" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="Cardioloog" />
                </t:Paragraph>
              </t:TableCell>
            </t:TableRow>
            <t:TableRow>
              <t:TableCell ColumnSpan="1" RowSpan="1">
                <t:Paragraph SpacingAfter="2" SpacingBefore="0">
                  <t:Span FontFamily="Tahoma" FontSize="12" Text="1/36613/60/730" />
                </t:Paragraph>
              </t:TableCell>
            </t:TableRow>
          </t:Table>
          <t:Paragraph />
          <t:Paragraph FontSize="13.3333333333333" LineSpacing="1" SpacingAfter="2" SpacingBefore="0">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:FieldRangeEnd AnnotationID="10" />
          </t:Paragraph>
          <t:Paragraph LineSpacing="1" SpacingAfter="12">
            <t:FieldRangeStart AnnotationID="11" Tag="Body">
              <t:CustomMergeField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" PropertyPath="Bestanden" xmlns:t="clr-namespace:MedLucas.Helpers;assembly=MedLucas" />
            </t:FieldRangeStart>
          </t:Paragraph>
          <t:Paragraph LineSpacing="1" SpacingAfter="12">
            <t:FieldRangeEnd AnnotationID="11" />
            <t:FieldRangeStart AnnotationID="12" Tag="Body">
              <t:CustomMergeField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" PropertyPath="ST:!brStatusbrief" xmlns:t="clr-namespace:MedLucas.Helpers;assembly=MedLucas" />
            </t:FieldRangeStart>
            <t:Span Text=" Deze brief is nog niet gevalideerd." />
          </t:Paragraph>
          <t:Paragraph FontSize="13.3333333333333" LineSpacing="1" SpacingAfter="12">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:FieldRangeEnd AnnotationID="12" />
          </t:Paragraph>
        </t:TableCell>
      </t:TableRow>
      <t:TableRow Height="739.976806640625">
        <t:TableCell Borders="0,Inherit,#FF000000,none,," ColumnSpan="1" Padding="5,0,5,0" RowSpan="1" TextAlignment="Right" VerticalAlignment="Center">
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontStyle="Normal" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:FieldRangeStart AnnotationID="13" Tag="Body">
              <t:CustomMergeField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" PropertyPath="ST:!brCoordinaten" xmlns:t="clr-namespace:MedLucas.Helpers;assembly=MedLucas" />
            </t:FieldRangeStart>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontStyle="Normal" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontStyle="Normal" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontStyle="Normal" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="13.3333333333333" FontStyle="Normal" FontWeight="Bold" ForeColor="#FF404040" Text="DIENST CARDIOLOGIE" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontStyle="Normal" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontStyle="Normal" FontWeight="Normal" ForeColor="#FF404040" Text="Diensthoofd: Dr.Vandekerckhove" />
          </t:Paragraph>
          <t:Paragraph FontSize="13.3333333333333" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" Text="____________________" />
          </t:Paragraph>
          <t:Paragraph FontSize="13.3333333333333" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. A.K. Ascoop" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Hartfalen- Cardiale Revalidatie" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. C. Borin" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Intensieve Zorgen" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. P. Cambier" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Interventionele Cardiologie" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. F. Gorré" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Cardiale Beeldvorming" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. K. Hermans" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Intensieve Zorgen" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Inteventionele  Cardiologie" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. J. Nimmegeers" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Intensieve Zorgen " />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Interventionele Cardiologie" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. K. Van Beeumen" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Pacing en ritmestoornissen" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. H. Vandekerckhove" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Hartfalen - Cardiale Revalidatie" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Dr. H. Verloove" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" ForeColor="#FF404040" Text="Pacing en ritmestoornissen" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Prof. Dr. Y. Van Belleghem" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" Text="Consulent Cardiochirurgie" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="13.3333333333333" ForeColor="#FF404040" Text="                                                                                                                                               " />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Alle afspraken" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" Text="09/224 64 00" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" Text="09/224 64 01" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Uitsluitend artsen" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" Text="09/224 50 98" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Polikliniek Zelzate" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" Text="Bloemenboslaan 26 - Zelzate" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Consultatie Krijgslaan" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="6.66666666666667" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" Text="Krijgslaan 155 - Gent" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="10.6666666666667" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Bold" ForeColor="#FF404040" Text="Consultatie Lochristi" />
          </t:Paragraph>
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FlowDirection="LeftToRight" FontFamily="Calibri" FontSize="13.3333333333333" FontWeight="Normal" ForeColor="#FF404040" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:Span FontFamily="Calibri" FontSize="10.6666666666667" FontWeight="Normal" ForeColor="#FF404040" Text="Lichtelarestraat 2 - Lochristi" />
          </t:Paragraph>
          <t:Paragraph TextAlignment="Right" />
          <t:Paragraph AutomaticSpacingAfter="False" AutomaticSpacingBefore="False" Background="#00FFFFFF" FirstLineIndent="0" FontSize="13.3333333333333" LeftIndent="0" LineSpacing="1.15" LineSpacingType="Auto" RightIndent="0" SpacingAfter="0" SpacingBefore="0" TextAlignment="Right">
            <t:Paragraph.ParagraphSymbolPropertiesStyle>
              <s:SpanProperties FontSize="13.3333333333333" />
            </t:Paragraph.ParagraphSymbolPropertiesStyle>
            <t:FieldRangeEnd AnnotationID="13" />
          </t:Paragraph>
        </t:TableCell>
        <t:TableCell Borders="0,Inherit,#FF000000,none,," ColumnSpan="1" Padding="5,0,5,0" RowSpan="1">
          <t:Paragraph TextAlignment="Right" />
        </t:TableCell>
      </t:TableRow>
      <t:TableRow Height="20">
        <t:TableCell Borders="0,Inherit,#FF000000,none,," ColumnSpan="1" Padding="5,0,5,0" RowSpan="1">
          <t:Paragraph TextAlignment="Right" />
        </t:TableCell>
        <t:TableCell Borders="0,Inherit,#FF000000,none,," ColumnSpan="1" Padding="5,0,5,0" RowSpan="1">
          <t:Paragraph TextAlignment="Right" />
        </t:TableCell>
        <t:TableCell Borders="0,Inherit,#FF000000,none,," ColumnSpan="1" Padding="5,0,5,0" RowSpan="1">
          <t:Paragraph>
            <t:Span FontFamily="Calibri" FontSize="13.3333333333333" Text="CC: " />
            <t:FieldRangeStart AnnotationID="14">
              <t:DocumentVariableField DateTimeFormatting="" DisplayMode="Result" GeneralFormatting="" NumericFormatting="" VariableName="§Fiche.CCAddresses§" />
            </t:FieldRangeStart>
            <t:FieldRangeEnd AnnotationID="14" />
          </t:Paragraph>
        </t:TableCell>
      </t:TableRow>
    </t:Table>
    <t:Paragraph SpacingAfter="12" />
    <t:Paragraph SpacingAfter="12" />
  </t:Section>
</t:RadDocument>

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 08 Dec 2020, 11:03 AM

Hi Fabio,

We had a known issue with a similar exception where the XAML was created with a different version of the assemblies (for NET Core). How was your document created? Which version are you currently using to open the document? The issue already resolved and this should work as expected in the latest version. 

In addition, I have noticed that the document contains some custom fields. The custom fields class should be available in the application that is opening the XAML file as well. 

I am looking forward to your reply.

Regards,
Dimitar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Fabio
Top achievements
Rank 1
answered on 08 Dec 2020, 12:12 PM

Hi Dimitar,

You are right. I was using assemblies from different versions (WinForms and Windows). After I aligned them and added the custom assembly the program started to work correctly. 

Thanks for your help :)

Tags
General Discussions
Asked by
Fabio
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Fabio
Top achievements
Rank 1
Share this question
or