[]
        
(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
object
PdfImageObjectBase
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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