GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfContentResource Class

    Namespace:
    GemBox.Pdf.Content
    Assembly:
    GemBox.Pdf.dll

    Represents a base class for a PdfObject that is a PDF content stream resource.

    • C#
    • VB.NET
    public abstract class PdfContentResource : PdfObject
    Public MustInherit Class PdfContentResource
        Inherits PdfObject
    Inheritance:
    Object
    PdfObject
    PdfContentResource
    Derived
    PdfColorSpace
    PdfContentMarkProperties
    PdfPattern
    PdfShading
    PdfExternalObject
    PdfBasicFont

    Properties

    Document

    Gets the PdfDocument associated with this PdfContentResource or null if no PdfDocument is associated with this PdfContentResource.

    • C#
    • VB.NET
    public PdfDocument Document { get; }
    Public ReadOnly Property Document As PdfDocument
    Property Value
    PdfDocument

    The PdfDocument associated with this PdfContentResource or null if no PdfDocument is associated with this PdfContentResource.

    Inherited Properties

    Metadata

    (Optional; PDF 1.4) A metadata stream containing metadata for the component.

    (Inherited from PdfObject)

    Extension Methods

    PdfObjectExtensions.GetDictionary(PdfObject)
    PdfObjectExtensions.GetOrAddDictionary(PdfObject)
    PdfObjectExtensions.GetArray(PdfObject)

    See Also

    PDF Specification ISO 32000-1:2008, section '7.8.3 Resource Dictionaries'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.