Gets a 3d viedo file from Pdf3DAnnotation
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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