FileSpecification Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a file specification.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.FixedLayoutFileSpecification
        Apitron.PDF.Kit.FixedLayoutEmbeddedFile

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

public class FileSpecification : UndefinedResource, 
	ILocationSpecification

The FileSpecification type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleFileSpecification(String, String)
Initializes a new instance of the FileSpecification class.
Public methodCode exampleFileSpecification(String, String, String)
Initializes a new instance of the FileSpecification class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCollectionItem
Gets or sets the collection item, which shall be used to create the user interface for portable collections.
Public propertyDescription
Gets or sets descriptive text associated with the file specification. It shall be used for file specification dictionaries referenced from the EmbeddedFiles name tree.
Public propertyEncryptedPayload
Gets or sets the encrypted payload. If this property is set it identifies that the file is an encrypted payload.
Public propertyPath
Gets the string instances that contain file or directory path information.
Public propertyRelationship
Gets or sets the associated file relationship.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyThumbID
Gets or sets the thumnail identifier.
Public propertyUri
Gets the URI.
Top
See Also

Reference