Gets a 3d viedo file from Pdf3DAnnotation
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public byte[] _3DData { get; }
Public ReadOnly Property _3DData As Byte() Get
public: property array<unsigned char>^ _3DData { array<unsigned char>^ get (); }
member _3DData : byte[] with get