PdfExternalObject Class
An external object (commonly called an XObject) is a graphics object whose contents are defined by a self-contained stream, separate from the content stream in which it is used. There are three types of external objects:
- An image XObject (8.9.5, "Image Dictionaries") represents a sampled visual image such as a photograph.
- A form XObject (8.10, "Form XObjects") is a self-contained description of an arbitrary sequence of graphics objects.
- A PostScript XObject (8.8.2, "PostScript XObjects") contains a fragment of code expressed in the PostScript page description language. PostScript XObjects should not be used.
public abstract class PdfExternalObject : PdfContentResource
Public MustInherit Class PdfExternalObject
Inherits PdfContentResource
- Inheritance:
- System.ObjectPdfExternalObject
- Derived
Properties
AssociatedFiles
(Optional; PDF 2.0) An array of one or more PdfFileSpecifications which denote the associated files for this PdfImage or PdfForm.
public PdfAssociatedFileCollection AssociatedFiles { get; }
Public ReadOnly Property AssociatedFiles As PdfAssociatedFileCollection
Property Value
An array of one or more PdfFileSpecifications which denote the associated files for this PdfImage or PdfForm.
Inherited Properties
Document | Gets the PdfDocument associated with this PdfContentResource or null if no PdfDocument is associated with this PdfContentResource. (Inherited from PdfContentResource) |
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |