Pdf3DAnnotation
_3DData Property
|
Gets a 3d viedo file from Pdf3DAnnotation
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
Byte
See Also