VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.StructureTree Namespace / PdfMarkedContentReference Class / ContentStream Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ContentStream Property (PdfMarkedContentReference)
    In This Topic
    Gets or sets the content stream containing the marked-content sequence.
    Syntax
    'Declaration
    
    Public Property ContentStream As Vintasoft.Imaging.Pdf.Tree.PdfResource
    
    
    public Vintasoft.Imaging.Pdf.Tree.PdfResource ContentStream { get; set; }
    
    
    public: __property Vintasoft.Imaging.Pdf.Tree.PdfResource* get_ContentStream();
    public: __property void set_ContentStream(
    Vintasoft.Imaging.Pdf.Tree.PdfResource* value
    );
    Exceptions
    ExceptionDescription
    Thrown if set value is not an indirect reference.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also