CryptableResource Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an abstract resource that could be crypted used specialial crypt filter.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesCryptableResource

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public abstract class CryptableResource : Resource

The CryptableResource type exposes the following members.

Constructors

  NameDescription
Public methodCryptableResource
Initializes a new instance of the CryptableResource class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCryptFilter
Gets or sets the crypt filter.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference