Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Wrappers Namespace / PdfWrapperBase Class / GetPdfStreamInfo Method

In This Topic
    GetPdfStreamInfo Method
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Function GetPdfStreamInfo() As PdfStreamInfo
    public PdfStreamInfo GetPdfStreamInfo()
    See Also