Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / UnknownSecurityHandler Class
Members

In This Topic
    UnknownSecurityHandler Class
    In This Topic
    Represents a security handler of a type that is not currently supported by GcPdf.

    An instance of this type will be created if a loaded PDF uses a security handler of an unsupported type.

    Instances of this type cannot be directly created in user code.

    Object Model
    UnknownSecurityHandler Class
    Syntax
    'Declaration
     
    Public Class UnknownSecurityHandler 
       Inherits SecurityHandlerBase
    public class UnknownSecurityHandler : SecurityHandlerBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Security.SecurityHandlerBase
                   GrapeCity.Documents.Pdf.Security.UnknownSecurityHandler

    See Also