Click or drag to resize

PdfEmbeddedFile Class

Document embedded file
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.EmbeddedFilesPdfEmbeddedFile

Namespace:  RadPdf.Data.Document.EmbeddedFiles
Assembly:  RadPdf (in RadPdf.dll) Version: 3.47.0.0 (3.47.0.0)
Syntax
public sealed class PdfEmbeddedFile

The PdfEmbeddedFile type exposes the following members.

Properties
  NameDescription
Public propertyFileName
Returns a value which represents the embedded file's file name.
Public propertyIsDeleted
Returns a value indicating whether this embedded file was removed from the document.
Public propertySize
Returns a value which represents the embedded file's size, in bytes.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadAllBytes
Reads and returns the embededed file's contents, as a byte array.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also