[]
Represents a wrapper over GrapeCity.Documents.Pdf.Spec.IPdfObject interface.
public abstract class PdfWrapperBase
Public MustInherit Class PdfWrapperBase
Name | Description |
---|---|
PdfWrapperBase() |
Name | Description |
---|---|
ObjID | Gets the PDF object ID. |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. |
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. |