PdfRpt.FluentInterface.DocumentPreferencesBuilder.ViewerPreferences C# (CSharp) Method

ViewerPreferences() public method

Specifies the Adobe Reader's settings when a document is opened.
public ViewerPreferences ( PdfViewerPreferences preferences ) : void
preferences PdfRpt.Core.Contracts.PdfViewerPreferences viewer preferences
return void
        public void ViewerPreferences(PdfViewerPreferences preferences)
        {
            _pdfReport.DataBuilder.DefaultViewerPreferences(preferences);
        }