PdfPageExtensions.AsBytesAsync(IPdfPage) Método
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.
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task<cli::array <System::Byte> ^> ^ AsBytesAsync(Microsoft::Maui::Graphics::IPdfPage ^ target);
public static System.Threading.Tasks.Task<byte[]> AsBytesAsync (this Microsoft.Maui.Graphics.IPdfPage target);
static member AsBytesAsync : Microsoft.Maui.Graphics.IPdfPage -> System.Threading.Tasks.Task<byte[]>
<Extension()>
Public Function AsBytesAsync (target As IPdfPage) As Task(Of Byte())
Parâmetros
- target
- IPdfPage