VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfStream Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfStream Class Members
    In This Topic
    The following tables list the members exposed by PdfStream.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfStream class.
    Public Properties
     NameDescription
    Public PropertyGets the compression of this stream.
    Public PropertyGets the dictionary of this stream.
    Public PropertyGets the PDF document that contains this basic object. (Inherited from PdfCompoundBasicObject)
    Public PropertyGets a value indicating whether this object is changed. (Inherited from PdfCompoundBasicObject)
    Public PropertyGets the length of the compressed stream.
    Public PropertyGets the type of the object. (Inherited from PdfBasicObject)
    Public Methods
     NameDescription
    Public MethodReturns a memory stream that contains decoded data.
    Public MethodReturns a stream that provides read-only serial access to decoded data.
    Public MethodReturns the bytes of this stream.
    Public MethodReturns the parent PDF object of this basic object. (Inherited from PdfBasicObject)
    Public MethodSets the bytes of this stream.
    Public MethodSets the stream as source of this PDF stream.
    See Also