Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Wrappers Namespace / PdfWrapperBase Class
Properties Methods

In This Topic
    PdfWrapperBase Class Members
    In This Topic

    The following tables list the members exposed by PdfWrapperBase.

    Public Properties
     NameDescription
    Public PropertyGets the PDF object ID.  
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage.  
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper.  
    Public MethodGets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage.  
    Top
    See Also