XFINIUM.PDF Documentation
Stream Property (PdfMarkedContentReference)



Xfinium.Pdf.LogicalStructure Namespace > PdfMarkedContentReference Class : Stream Property
Gets or sets the stream that contains the marked-content sequence.
Syntax
'Declaration
 
Public Property Stream As PdfFormXObject
'Usage
 
Dim instance As PdfMarkedContentReference
Dim value As PdfFormXObject
 
instance.Stream = value
 
value = instance.Stream
public PdfFormXObject Stream {get; set;}
public:
property PdfFormXObject^ Stream {
   PdfFormXObject^ get();
   void set (    PdfFormXObject^ value);
}

Property Value

The content stream containing the marked-content sequence.
Remarks
This property should be set only if the marked-content sequence resides in a form XObject.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfMarkedContentReference Class
PdfMarkedContentReference Members