Base64 encoded byte array of the PDF file contents.
Namespace: LC360API.Carrier_V1Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public byte[] PDF { get; set; } |
Visual Basic |
---|
Public Property PDF As Byte() Get Set |
Visual C++ |
---|
public: property array<unsigned char>^ PDF { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |