[This is preliminary documentation and is subject to change.]
Image bytes
Namespace: NFX.Media.PDF.ElementsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public byte[] Content { get; private set; }
public byte[] Content { get; private set; }
Public Property Content As Byte()
Get
Private Set
Public Property Content As Byte()
Get
Private Set
public:
property array<unsigned char>^ Content {
array<unsigned char>^ get ();
private: void set (array<unsigned char>^ value);
}
public:
property array<unsigned char>^ Content {
array<unsigned char>^ get ();
private: void set (array<unsigned char>^ value);
}
member Content : byte[] with get, private set
member Content : byte[] with get, private set
Property Value
Type:
Byte