IngestionDocumentImage.Content Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o conteúdo binário da imagem.
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))