Skip to content

Commit 15a90fe

Browse files
UG documentation 890905: Revamp the contents of the Handwritten Signature and Form filling in PdfViewer FT
1 parent b888550 commit 15a90fe

File tree

5 files changed

+11
-18
lines changed

5 files changed

+11
-18
lines changed

FormFields/FormFillingSample/FormFillingSample.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{D85C4067-2479-4D16-94F4-A9C86FF024C7}</ProjectGuid>
7+
<ProjectGuid>{2E199F2C-5FE2-4FAC-AD4B-E4CA63035676}</ProjectGuid>
88
<OutputType>WinExe</OutputType>
99
<RootNamespace>FormFillingSample</RootNamespace>
1010
<AssemblyName>FormFillingSample</AssemblyName>
@@ -99,11 +99,4 @@
9999
<None Include="App.config" />
100100
</ItemGroup>
101101
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102-
<Import Project="packages\Syncfusion.PdfToImageConverter.WPF.29.2.7\build\net462\Syncfusion.PdfToImageConverter.WPF.targets" Condition="Exists('packages\Syncfusion.PdfToImageConverter.WPF.29.2.7\build\net462\Syncfusion.PdfToImageConverter.WPF.targets')" />
103-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
104-
<PropertyGroup>
105-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
106-
</PropertyGroup>
107-
<Error Condition="!Exists('packages\Syncfusion.PdfToImageConverter.WPF.29.2.7\build\net462\Syncfusion.PdfToImageConverter.WPF.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Syncfusion.PdfToImageConverter.WPF.29.2.7\build\net462\Syncfusion.PdfToImageConverter.WPF.targets'))" />
108-
</Target>
109102
</Project>

FormFields/FormFillingSample/FormFillingSample.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.14.36119.2 d17.14
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormFillingSample", "FormFillingSample.csproj", "{D85C4067-2479-4D16-94F4-A9C86FF024C7}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormFillingSample", "FormFillingSample.csproj", "{2E199F2C-5FE2-4FAC-AD4B-E4CA63035676}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{D85C4067-2479-4D16-94F4-A9C86FF024C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{D85C4067-2479-4D16-94F4-A9C86FF024C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{D85C4067-2479-4D16-94F4-A9C86FF024C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{D85C4067-2479-4D16-94F4-A9C86FF024C7}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{2E199F2C-5FE2-4FAC-AD4B-E4CA63035676}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{2E199F2C-5FE2-4FAC-AD4B-E4CA63035676}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{2E199F2C-5FE2-4FAC-AD4B-E4CA63035676}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{2E199F2C-5FE2-4FAC-AD4B-E4CA63035676}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
2222
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {A22B2DEA-582E-4BA8-9313-D8B0A5741591}
23+
SolutionGuid = {FA42AD08-0C94-48B6-B2B2-965AC32C07EA}
2424
EndGlobalSection
2525
EndGlobal

FormFields/FormFillingSample/FormFillingSample_NET.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<UseWPF>true</UseWPF>
9+
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
10+
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
11+
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
912
</PropertyGroup>
1013

1114
<ItemGroup>

FormFields/FormFillingSample/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// General Information about an assembly is controlled through the following
88
// set of attributes. Change these attribute values to modify the information
99
// associated with an assembly.
10-
[assembly: AssemblyTitle("FormFillingSample")]
1110
[assembly: AssemblyDescription("")]
1211
[assembly: AssemblyConfiguration("")]
1312
[assembly: AssemblyCompany("")]
@@ -48,5 +47,3 @@
4847
// Build Number
4948
// Revision
5049
//
51-
[assembly: AssemblyVersion("1.0.0.0")]
52-
[assembly: AssemblyFileVersion("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
2+
<packages>
33
<package id="Syncfusion.PdfViewer.WPF" version="*" targetFramework="net48" />
44
</packages>

0 commit comments

Comments
 (0)