Share via


IngestionDocumentImage.Content Property

Definition

Gets or sets the binary content of the image.

public:
 property Nullable<ReadOnlyMemory<System::Byte>> Content { Nullable<ReadOnlyMemory<System::Byte>> get(); void set(Nullable<ReadOnlyMemory<System::Byte>> value); };
public ReadOnlyMemory<byte>? Content { get; set; }
member this.Content : Nullable<ReadOnlyMemory<byte>> with get, set
Public Property Content As Nullable(Of ReadOnlyMemory(Of Byte))

Property Value

Applies to