EmbeddedFile Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an embedded file.
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 sealed class EmbeddedFile : FileSpecification, 
	ILocationSpecification

The EmbeddedFile type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleEmbeddedFile(String, String)
Initializes a new instance of the Object class.
Public methodCode exampleEmbeddedFile(String, Stream, String)
Initializes a new instance of the Object class.
Public methodEmbeddedFile(String, String, String)
Initializes a new instance of the EmbeddedFile class.
Public methodEmbeddedFile(String, Stream, String, String)
Initializes a new instance of the EmbeddedFile class.
Public methodEmbeddedFile(String, String, String, String)
Initializes a new instance of the EmbeddedFile class.
Public methodEmbeddedFile(String, Stream, String, String, String)
Initializes a new instance of the EmbeddedFile 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.
(Inherited from FileSpecification.)
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.
(Inherited from FileSpecification.)
Public propertyEncryptedPayload
Gets or sets the encrypted payload. If this property is set it identifies that the file is an encrypted payload.
(Inherited from FileSpecification.)
Public propertyFileName
Gets the name of the file.
Public propertyPath
Gets the string instances that contain file or directory path information.
(Inherited from FileSpecification.)
Public propertyRelationship
Gets or sets the associated file relationship.
(Inherited from FileSpecification.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyThumbID
Gets or sets the thumnail identifier.
(Inherited from FileSpecification.)
Public propertyUri
Gets the URI.
Top
Methods

  NameDescription
Public methodCode exampleGetStream
Gets the attachment stream.
Top
See Also

Reference