File tree Expand file tree Collapse file tree 5 files changed +28
-4
lines changed
GroupDocs.Viewer.Examples.CSharp.Core
GroupDocs.Viewer.Examples.CSharp.Framework
GroupDocs.Viewer.Examples.CSharp.NET6
GroupDocs.Viewer.Examples.CSharp
AdvancedUsage/Rendering/RenderingOptionsByDocumentType/RenderingLotusNotesDataFiles Expand file tree Collapse file tree 5 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 21
21
using GroupDocs . Viewer . Examples . CSharp . HowTo ;
22
22
using GroupDocs . Viewer . Examples . CSharp . QuickStart ;
23
23
using GroupDocs . Viewer . Examples . CSharp . AdvancedUsage . Rendering . RenderingOptionsByDocumentType . RenderingWebDocuments ;
24
+ using GroupDocs . Viewer . Examples . CSharp . AdvancedUsage . Rendering . RenderingOptionsByDocumentType . RenderingLotusNotesDataFiles ;
24
25
25
26
namespace GroupDocs . Viewer . Examples . CSharp
26
27
{
@@ -199,6 +200,13 @@ static void Main()
199
200
//RenderingChmFiles.Run();
200
201
#endregion
201
202
203
+ #region Rendering Lotus messages
204
+
205
+ //RenderingNsf.Run();
206
+ //FilterLotusNotesMessages.Run();
207
+
208
+ #endregion
209
+
202
210
#endregion
203
211
204
212
#region Caching
Original file line number Diff line number Diff line change @@ -201,6 +201,13 @@ static void Main()
201
201
//RenderingChmFiles.Run();
202
202
#endregion
203
203
204
+ #region Rendering Lotus messages
205
+
206
+ //RenderingNsf.Run();
207
+ //FilterLotusNotesMessages.Run();
208
+
209
+ #endregion
210
+
204
211
#endregion
205
212
206
213
#region Caching
Original file line number Diff line number Diff line change 20
20
using GroupDocs . Viewer . Examples . CSharp . HowTo ;
21
21
using GroupDocs . Viewer . Examples . CSharp . QuickStart ;
22
22
using GroupDocs . Viewer . Examples . CSharp . AdvancedUsage . Rendering . RenderingOptionsByDocumentType . RenderingWebDocuments ;
23
+ using GroupDocs . Viewer . Examples . CSharp . AdvancedUsage . Rendering . RenderingOptionsByDocumentType . RenderingLotusNotesDataFiles ;
23
24
24
25
Console . WriteLine ( "Open RunExamples.cs. \n In Main() method uncomment the example that you want to run." ) ;
25
26
Console . WriteLine ( "=====================================================" ) ;
153
154
//EnableLayeredRendering.Run();
154
155
//RenderOriginalPageSize.Run();
155
156
//DisableTextSelection.Run();
156
- DisableFontLicenseVerifications . Run ( ) ;
157
+ // DisableFontLicenseVerifications.Run();
157
158
158
- #endregion
159
+ #endregion
159
160
160
161
#region Rendering MS Project Documents
161
162
192
193
//RenderingChmFiles.Run();
193
194
#endregion
194
195
196
+ #region Rendering Lotus messages
197
+
198
+ //RenderingNsf.Run();
199
+ //FilterLotusNotesMessages.Run();
200
+
201
+ #endregion
202
+
195
203
#endregion
196
204
197
205
#region Caching
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ public static void Run()
17
17
using ( Viewer viewer = new Viewer ( TestFiles . SAMPLE_NSF ) )
18
18
{
19
19
HtmlViewOptions options = HtmlViewOptions . ForEmbeddedResources ( pageFilePathFormat ) ;
20
- // options.LotusNotesOptions .TextFilter = "April 2015";
21
- options . LotusNotesOptions . AddressFilter = "campaign@banckle.com" ;
20
+ options . MailStorageOptions . TextFilter = "April 2015" ;
21
+ options . MailStorageOptions . AddressFilter = "campaign@banckle.com" ;
22
22
23
23
viewer . View ( options ) ;
24
24
}
Original file line number Diff line number Diff line change 60
60
<Compile Include =" $(MSBuildThisFileDirectory)AdvancedUsage\Rendering\RenderingOptionsByDocumentType\RenderingImageFiles\RenderingWmzAndWmf.cs" />
61
61
<Compile Include =" $(MSBuildThisFileDirectory)AdvancedUsage\Rendering\RenderingOptionsByDocumentType\RenderingImageFiles\RenderingSvgAndSvgz.cs" />
62
62
<Compile Include =" $(MSBuildThisFileDirectory)AdvancedUsage\Rendering\RenderingOptionsByDocumentType\RenderingImageFiles\RenderingFodgAndOdg.cs" />
63
+ <Compile Include =" $(MSBuildThisFileDirectory)AdvancedUsage\Rendering\RenderingOptionsByDocumentType\RenderingLotusNotesDataFiles\FilterLotusNotesMessages.cs" />
63
64
<Compile Include =" $(MSBuildThisFileDirectory)AdvancedUsage\Rendering\RenderingOptionsByDocumentType\RenderingLotusNotesDataFiles\RenderingNsf.cs" />
64
65
<Compile Include =" $(MSBuildThisFileDirectory)AdvancedUsage\Rendering\RenderingOptionsByDocumentType\RenderingMsProjectDocuments\AdjustTimeUnit.cs" />
65
66
<Compile Include =" $(MSBuildThisFileDirectory)AdvancedUsage\Rendering\RenderingOptionsByDocumentType\RenderingMsProjectDocuments\GetViewInfoForProjectDocument.cs" />
You can’t perform that action at this time.
0 commit comments