~ubuntu-branches/ubuntu/oneiric/pdfmod/oneiric

« back to all changes in this revision

Viewing changes to lib/PdfSharp/PdfSharp.Pdf.Security/PdfSecuritySettings.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-09-29 17:34:49 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100929173449-4ezagrzettatjk36
Tags: 0.9.0-1
* New upstream release
* debian/copyright: Document PdfSharp.SharpZipLib/*
* Drop all patches: committed upstream
* No change bump of Standards-Version from 3.8.4 to 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
// Authors:
4
4
//   Stefan Lange (mailto:Stefan.Lange@pdfsharp.com)
5
5
//
6
 
// Copyright (c) 2005-2008 empira Software GmbH, Cologne (Germany)
 
6
// Copyright (c) 2005-2009 empira Software GmbH, Cologne (Germany)
7
7
//
8
8
// http://www.pdfsharp.com
9
9
// http://sourceforge.net/projects/pdfsharp
39
39
namespace PdfSharp.Pdf.Security
40
40
{
41
41
  /// <summary>
42
 
  /// Encapsultes access to the security settings of a PDF document.
 
42
  /// Encapsulates access to the security settings of a PDF document.
43
43
  /// </summary>
44
44
  public sealed class PdfSecuritySettings
45
45
  {
50
50
    PdfDocument document;
51
51
 
52
52
    /// <summary>
53
 
    /// Indicates whether the granted access to the document is 'owner permission'. Retruns true if the document 
 
53
    /// Indicates whether the granted access to the document is 'owner permission'. Returns true if the document 
54
54
    /// is unprotected or was opened with the owner password. Returns false if the document was opened with the
55
55
    /// user password.
56
56
    /// </summary>