[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase

PdfWrapperBase Class

Represents a wrapper over GrapeCity.Documents.Pdf.Spec.IPdfObject interface.

Namespace: GrapeCity.Documents.Pdf.Wrappers
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class PdfWrapperBase
Public MustInherit Class PdfWrapperBase

Constructors

Name Description
PdfWrapperBase()

Properties

Name Description
ObjID

Gets the PDF object ID.

PdfObject

Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.

Methods

Name Description
GetPdfStream()

Gets the Stream object containing the data of PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage.

GetPdfStreamData()

Gets the data of PdfStreamObjectBase owned by this wrapper.

GetPdfStreamInfo()

Gets the PdfStreamInfo object containing the data of PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage.