[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.Images.PdfImageObjectBase

Class PdfImageObjectBase

Namespace
GrapeCity.Documents.Pdf.Graphics.Images
Assembly
GcDocs.Pdf.dll

Base abstract class for classes persisted in a PDF stream as PDF objects: PdfImage and PdfImageHandler.

public abstract class PdfImageObjectBase : PdfImageBase, IPdfImage, IImage, IDisposable, IXObject, IContentItem, IPdfDict
Inheritance
PdfImageObjectBase
Implements
Derived
Inherited Members
Extension Methods

Properties

AssociatedFiles

Gets the list of embedded files associated with this PdfImageObjectBase.

public AssociatedFiles AssociatedFiles { get; }

Property Value

AssociatedFiles

Doc

Gets the GcPdfDocument owning this object.

public abstract GcPdfDocument Doc { get; }

Property Value

GcPdfDocument