You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
634 B
14 lines
634 B
1 year ago
|
<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:xrd="clr-namespace:CodeReason.Reports.Document;assembly=CodeReason.Reports"
|
||
|
PageHeight="7.5cm" PageWidth="6cm" PagePadding="0">
|
||
|
<Section FontFamily="Microsoft YaHei" FontWeight="Bold" FontSize="16">
|
||
|
<Paragraph TextAlignment="Center">
|
||
|
<Image Name="QRCodeImage" Width="6cm" Height="6cm" VerticalAlignment="Center" HorizontalAlignment="Center" />
|
||
|
<xrd:InlineDocumentValue PropertyName="QRCodeText1" />
|
||
|
<LineBreak/>
|
||
|
<xrd:InlineDocumentValue PropertyName="QRCodeText2" />
|
||
|
</Paragraph>
|
||
|
</Section>
|
||
|
</FlowDocument>
|
||
|
|