Click or drag to resize

PdfEmbeddedFile Class

Class representing a file embedded in a document.
Inheritance Hierarchy
System.Object
  RadPdf.Data.Document.EmbeddedFiles.PdfEmbeddedFile

Namespace:  RadPdf.Data.Document.EmbeddedFiles
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.4.0.0 (4.4.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.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!