XFINIUM.PDF Documentation
Stream Property (Pdf3DAnnotation)



Gets or sets the 3D stream.
Syntax
'Declaration
 
Public Property Stream As Pdf3DStream
'Usage
 
Dim instance As Pdf3DAnnotation
Dim value As Pdf3DStream
 
instance.Stream = value
 
value = instance.Stream
public Pdf3DStream Stream {get; set;}
public:
property Pdf3DStream^ Stream {
   Pdf3DStream^ get();
   void set (    Pdf3DStream^ value);
}

Property Value

A Pdf3DStream that specifies the 3D artwork to be shown.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Pdf3DAnnotation Class
Pdf3DAnnotation Members

Send Feedback